Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
929 views

Many streaming websites, such as Netflix and Disney+, use DRM to protect their video. When the user wants to do screenshot, video recording, or share screen via video conference, the video content ...
SamTest's user avatar
  • 507
0 votes
1 answer
68 views

I am creating an exe using InstallShield 2022. Its a C# WPF code. Once the build is created from InstallShield, When I run the exe as administrator, the pop-up which appears, doesn't show Copyright ...
Gautam Khandelwal's user avatar
0 votes
0 answers
80 views

What I'll do in general : Program a software for a company Distributing the C++ and other source code to the company, they may arrange it as they want, reuse and edit it without warning me The source ...
Amir Hammoutene's user avatar
0 votes
2 answers
53 views

recently i developed application for ios and android. it allows users to upload audio files from their own storage to server . and i have tab into my app for displaying those audios files . most of ...
Mohammed Hamdan's user avatar
0 votes
2 answers
812 views

Is there a way to display the copyright years (including the first year) of a blog in a Blogger template? Actually I can display only the last year (on user level, because is just a JavaScript code): &...
gabeweb's user avatar
  • 101
1 vote
1 answer
759 views

Eclipse is configured to interpret text files as UTF-8 encoding. Why does it not honor these settings in the Editor for *.properties files? A text file named db.properties contains the 2-byte ...
jmelvin's user avatar
  • 657
-2 votes
1 answer
313 views

I have a Javascript, Html and Css Website and have some Pictures that aren't mine. Now I have the Question how is the correct way how you give credits. I just want to be on the safe Site. For now I ...
Luka's user avatar
  • 3
3 votes
0 answers
108 views

I understand that there's a possibility of copyright infringement if I download any image on google image search and use It without asking for permission. But what if I use the search result itself ...
Cerceis's user avatar
  • 870
0 votes
1 answer
587 views

I would like to add the date the file was created and the date the file was last updated on my java project on IntelliJ. I was able to add the last modification date via $file.lastModified. Does ...
Habtamu Assefa's user avatar
0 votes
0 answers
303 views

I am creating a stock photo site. I need to add watermark temporarily while displaying in django template so that user shouldn't be able to download original photo without purchasing. I've tried ...
Siva Sankar's user avatar
  • 1,890
0 votes
1 answer
3k views

I have seen PyCharm suggest to me to use a function named copyright(). I have never written such function / imported anything which means it is a python standard library function. could not find any ...
avivgood2's user avatar
  • 247
2 votes
2 answers
592 views

I'm working on an MVC project where most of the text of the pages will be extracted from Wikipedia (possibly, but not necessarily English), and manually translated in additional languages. As far as I ...
AMKC7's user avatar
  • 49
-2 votes
1 answer
798 views

Why does Intellij Idea make it so difficult to have a simple message that is added at the top of each file. ie. /** * Created on date * Copyright by developer */ Maybe I'm reading it wrong but ...
Michael Mouer's user avatar
0 votes
2 answers
307 views

recently I needed to update the copyright year on a website, so I used java script to get the year from the system time but is there a way to use an internet time server to update the copyright year ? ...
David Kent's user avatar
0 votes
3 answers
1k views

how to write this sentence in the same line with a bulleted copyright symbol "copyright .© 2015.All rights reserved"? using code like this <p>Copyright <li>%copy;</li> 2015.All ...
pattrick james's user avatar
1 vote
1 answer
64 views

The h.264 specifications from ITU 2017 contain this copyright notice: (C) ITU 2017 All rights reserved. No part of this publication may be reproduced, by any means whatsoever, without the prior ...
Zan's user avatar
  • 21
-1 votes
1 answer
5k views

Copyright (C) 2019 Project - All Rights Reserved string with other information, in my case C# WinForms or WPF application, usually included into head of .cs file comment. I'm trying to figure out, ...
lf80's user avatar
  • 493
3 votes
1 answer
2k views

I have set the copyright configuration value and it correctly appears in the HTML output. However, it does not appear at all in the LaTeX output, and I can't find any option for LaTeX output that ...
gerrit's user avatar
  • 27k
2 votes
1 answer
3k views

I want to change all copyright information of my whole project. For this, I changed the template of the copyright, but this change does not affect my existing project files, only newly created files. ...
Marcel Gangwisch's user avatar
-3 votes
1 answer
129 views

hi my question is can i display cartoon (like tom and Jerry .etc) in my app and use ads but only if the user is connected to internet because the default is that i target specific niche for users ...
user01110's user avatar
0 votes
1 answer
271 views

Apps like Universal Copy (https://play.google.com/store/apps/details?id=com.camel.corp.universalcopy&hl=en) can copy "not selectable text" from Android apps. How can one prevent this? The app ...
AVEbrahimi's user avatar
  • 19.6k
-1 votes
1 answer
828 views

I am trying to embed the latest Google Street View of the International Space Station to a new page that I am creating. The problem is that I get a black screen and the message "Image may be subject ...
Dimitris's user avatar
7 votes
2 answers
3k views

I have a copyright profile defined in IntelliJ as Copyright ${today.year}, All Rights Reserved. This works great on new files, however on existing files I would like to update the existing year to a ...
AnthonyW's user avatar
  • 2,008
0 votes
1 answer
156 views

I'm working on a build script that will generate new files for my project at compile time. These files will be shared publicly so they need to include the correct copyright information. Is there any ...
coolhanddan's user avatar
-1 votes
1 answer
138 views

How can I add popular flash or html games to my website without the possibility of having copyright infringement problems? I have researched and came up with the possibility of emailing all the ...
John 's user avatar