On a REAL corporate network (thousands of users), you can name your systems after the users. UserIDs are unique, so there are no problems. I know some large government networks that use this very scheme. You're right about server names, though I've never seen these named in a way that would make any sense to an attacker.
On FreeBSD, you can use ee (the easy editor). I use that and vi, depending on my mood. If I was any good, I'd learn to use ed. The only problem with ed is the flashbacks to using edlin under DOS.
If you're designing it for YOU, why does it have to be released as open source (or even released at all)? The act of releasing it as open source implies that it also for other people.
Since you were involved in working on this, can you shed some light on why the kernel wasn't put under the GPL? From the description of the project, it looks like the BSD userland was being replaced with everthing from GNU. What was stopping those involved with trying to change the license?
Re:Panther/Darwin contributions?
on
FreeBSD 4.9 Released
·
· Score: 2, Informative
I think that there may be someinterest in doing this.
Function getMD5hash(data() As Byte) As Byte()
' This is one implementation of the abstract class MD5.
Dim md5 As New System.Security.Cryptography.MD5.MD5CryptoServiceP rovider()
Dim result As Byte() = md5.ComputeHash(data)
Return result End Function
There are also objects for regular expressions which are available for use. I agree, though that the older.asp stuff was a pain.
I haven't done any COBOL development for the last 4 or 5 years, but I did a quick search and found the following 2 links. xml4cobol.com and
xmlbooster.com. These are both commercial products.
You might be able to link to a parser written in C, but I'm not sure if you'd want to go through the trouble. If you're a masochist, you could always write it yourself in COBOL. This would give you an opportunity to learn all of the string handling features that are available in the language. Of course it would probably also drive you insane by the time you finished!!
Not true. It's been a few years, but when I was using COBOL/CICS, I remember that we could use getmain/freemain to allocate/deallocate storage. COBOL II also had pointer datatypes. You could also declare arrays using OCCURS DEPENDING ON. This would let you dynamically set the size of an array. This also was usefull with variable length records being read from files. Of course, if you needed to do something really tricky, it was very simple to call a subroutine written in BAL (assembly), C, or any other language that was available.
You could cd/usr/ports/net/cvsupit and type make install. This will run a script that will set up a cvsupfile for you, and place it in/etc/cvsupfile. This is a very painless way to set up your file, and it gives you many options to choose from.
Thanks!
Maybe they made it dimensionally transcendental.
On a REAL corporate network (thousands of users), you can name your systems after the users. UserIDs are unique, so there are no problems. I know some large government networks that use this very scheme.
You're right about server names, though I've never seen these named in a way that would make any sense to an attacker.
Does that mean the built-in lithium battery and included antenna shown in the product specs can't be used with the device?
On FreeBSD, you can use ee (the easy editor).
I use that and vi, depending on my mood. If I was any good, I'd learn to use ed. The only problem with ed is the flashbacks to using edlin under DOS.
If you're designing it for YOU, why does it have to be released as open source (or even released at all)? The act of releasing it as open source implies that it also for other people.
I know that. I thought the part about it being a highly portable LINUX system, and the Linux Torvalds announcement were funny.
Actually, Wasabi supports NetBSD.
I saw this announcement a while ago regarding the new logo.
It's nice to have friends!!
Godzilla is forced to explode himself into seperate fighting body-parts!
That sounds like the old Captain Marvel!! Somebody needs to sue!!
Since you were involved in working on this, can you shed some light on why the kernel wasn't put under the GPL? From the description of the project, it looks like the BSD userland was being replaced with everthing from GNU. What was stopping those involved with trying to change the license?
I think that there may be some interest in doing this.
It does nothing, but does it very well!!
I guess I'm spoiled by ASP.Net:
P rovider()
.asp stuff was a pain.
A quick search on MD5 in the help yielded this:
Function getMD5hash(data() As Byte) As Byte()
' This is one implementation of the abstract class MD5.
Dim md5 As New System.Security.Cryptography.MD5.MD5CryptoService
Dim result As Byte() = md5.ComputeHash(data)
Return result
End Function
There are also objects for regular expressions which are available for use. I agree, though that the older
I haven't done any COBOL development for the last 4 or 5 years, but I did a quick search and found the following 2 links. xml4cobol.com and xmlbooster.com. These are both commercial products. You might be able to link to a parser written in C, but I'm not sure if you'd want to go through the trouble. If you're a masochist, you could always write it yourself in COBOL. This would give you an opportunity to learn all of the string handling features that are available in the language. Of course it would probably also drive you insane by the time you finished!!
Not true. It's been a few years, but when I was using COBOL/CICS, I remember that we could use getmain/freemain to allocate/deallocate storage. COBOL II also had pointer datatypes.
You could also declare arrays using OCCURS DEPENDING ON. This would let you dynamically
set the size of an array. This also was usefull with variable length records being read
from files. Of course, if you needed to do something really tricky, it was very simple to
call a subroutine written in BAL (assembly), C, or any other language that was available.
You could cd /usr/ports/net/cvsupit and type make install. This will run a script that will set up a cvsupfile for you, and place it in /etc/cvsupfile. This is a very painless way to set up your file, and it gives you many options to choose from.
ASCII? All of my good pr0n is in EBCDIC!!