Grab a paper, go through the already sorted papers and put it at the right place. Its n*(n/2) (approximately), because i do no binary search, but search from top/bottom whats more likely to be the shorter way (with some intuition about the already inserted papers). So its O(n)
look at some SLAs (yeah, WA has no SLA for its users, and should not have). If you get uner 99% uptime, you may need to pay more than a years pay back to the customer.
here it is tmpfs, because i want it to be. You can use/dev/shm, which is always tmpfs on modern systems.
do not rely on shred, it does not work on journaling filesystems. You may end up with writing 25 times to unused blocks, because the journal tries to keep the operations atomic.
I still have some big encrypted file here, were i forgot the password. I know i did change it to something secure once, and i have a bit of a clue, what the password was. But every variation i can think of did not work. So i still hope, i remember the password someday... Is there any good trick to recall a password you once knew by heart?
The GPL does not say you cannot bundle binaries with trademarked stuff (logos). You can, you will be required to give away the source. But this still does not interfere with any trademark rights.
Not 100% sure for v3, because there are at least clauses about patents (one of the big differences between v2 and v3: You need to allow people to use the patents needed by the software), but afaik this is only about patents and not about trademarks.
The other point is fair use. You can use the binary, get the source, build it, use it again... you may only not distribute it with logo/name which associates it with the vendor.
> Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
Hasn't understood online discussions. Everybody can troll, everybody can be a troll, the same posting can be seen as trolling or not trolling by different people, some people try to troll and only ignite a useful discussion. Trolling isn't something you can objectivly define.
First: Do not confuse trademarks with copyright, and copyright alone not with licenses. If their trademark is violated, this does not have anything to do with the license. You may be allowed to do with source/binaries what you want, but if you distribute it with trademarks you can be sued for this. The clause tells you how to avoid this. The license can only be enforced by contributors. If you have at least one patch in a software and then encounter a binary of the software, you can request the source. Otherwise you cannot, because its not your copyright, which was licensed. And if they bundle any trademarks, the copyright depends on: - is there code from other authors in the package? - does adding a file apply by the GPL (which speaks about linking code)?
But the real problem is, you should not use the logo/name, because they can enforce some use (or no use at all) by trademark laws.
btw: several opensource licenses tell you, that you need to clearly distinguish your fork from the original software.
Is it weird to see linux for example on the monitor in a bus, which displays the next bus stop? Why would a Windows (CE?) be more appropriate (which is used by other systems, like ticket automats)?
Isn't it strange, that every anti-beta post is now modded -1, even when the majority of the users is against beta? And off-topic is wrong, anti-beta is on-topic, because this is a slashdot article, and it will be displayed in the beta website, if slashdot decides to abandon the classic one.
oh. How does labview work, i do not know really know it. Is this really graphical, or are the graphical blocks building blocks for much more code, one of their programmers wrote before? Stuff like putting together code blocks in a form of configuration can be useful i.e. for testing scenarios, but i thought of stuff like implementing a graph algorithm or similiar, which is possible, but will look pretty ugly.
but its not her contract.
aren't teenager the main target for such products?
O(n^2). Slashdot breaks superscript. Maybe finally a feature, the beta could fix.
Grab a paper, go through the already sorted papers and put it at the right place. Its n*(n/2) (approximately), because i do no binary search, but search from top/bottom whats more likely to be the shorter way (with some intuition about the already inserted papers). So its O(n)
people will use .com and the Countrycodes anyway. The rest will just be reserved or redirections.
The best thing: Protocols like QUIC, which should be just above IP and are above UDP.
look at some SLAs (yeah, WA has no SLA for its users, and should not have). If you get uner 99% uptime, you may need to pay more than a years pay back to the customer.
And remove some of the new unfeatures.
here it is tmpfs, because i want it to be. /dev/shm, which is always tmpfs on modern systems.
You can use
do not rely on shred, it does not work on journaling filesystems. You may end up with writing 25 times to unused blocks, because the journal tries to keep the operations atomic.
I still have some big encrypted file here, were i forgot the password. I know i did change it to something secure once, and i have a bit of a clue, what the password was. But every variation i can think of did not work. So i still hope, i remember the password someday ...
Is there any good trick to recall a password you once knew by heart?
a simple script to decrypt to /tmp (tmpfs) and encrypt it after reading/editing. So there is no trace of the decrypted file on the harddrive
Why? Do you really assume some box connects to wifi, if you have some system without a driver installed and no credentials entered anywhere?
grammar nazi, its called a grammar nazi
your approach is "genetic programming", some sort of unsupervised learning / reeinforcement learning.
I guess its the same problem. A girl hired for such a trap WILL behave other than a normal girl. maybe its not even recognized by the software then.
finally proven wrong?
The GPL does not say you cannot bundle binaries with trademarked stuff (logos). You can, you will be required to give away the source. But this still does not interfere with any trademark rights.
Not 100% sure for v3, because there are at least clauses about patents (one of the big differences between v2 and v3: You need to allow people to use the patents needed by the software), but afaik this is only about patents and not about trademarks.
The other point is fair use. You can use the binary, get the source, build it, use it again ... you may only not distribute it with logo/name which associates it with the vendor.
Now look at some very free license:
http://opensource.org/licenses...
> Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
See?
Hasn't understood online discussions. Everybody can troll, everybody can be a troll, the same posting can be seen as trolling or not trolling by different people, some people try to troll and only ignite a useful discussion. Trolling isn't something you can objectivly define.
First: Do not confuse trademarks with copyright, and copyright alone not with licenses.
If their trademark is violated, this does not have anything to do with the license. You may be allowed to do with source/binaries what you want, but if you distribute it with trademarks you can be sued for this. The clause tells you how to avoid this.
The license can only be enforced by contributors. If you have at least one patch in a software and then encounter a binary of the software, you can request the source. Otherwise you cannot, because its not your copyright, which was licensed.
And if they bundle any trademarks, the copyright depends on:
- is there code from other authors in the package?
- does adding a file apply by the GPL (which speaks about linking code)?
But the real problem is, you should not use the logo/name, because they can enforce some use (or no use at all) by trademark laws.
btw: several opensource licenses tell you, that you need to clearly distinguish your fork from the original software.
When its compiled to platform independend sandboxed binaries, why can't the website provide this? This would safe a lot of compiling on the clients.
You did not. Switzerland did.
If debugging is the process of removing bugs, then coding is the process of creating bugs.
Is it weird to see linux for example on the monitor in a bus, which displays the next bus stop? Why would a Windows (CE?) be more appropriate (which is used by other systems, like ticket automats)?
Isn't it strange, that every anti-beta post is now modded -1, even when the majority of the users is against beta?
And off-topic is wrong, anti-beta is on-topic, because this is a slashdot article, and it will be displayed in the beta website, if slashdot decides to abandon the classic one.
oh. How does labview work, i do not know really know it. Is this really graphical, or are the graphical blocks building blocks for much more code, one of their programmers wrote before? Stuff like putting together code blocks in a form of configuration can be useful i.e. for testing scenarios, but i thought of stuff like implementing a graph algorithm or similiar, which is possible, but will look pretty ugly.