I did my first program (a simple calculator) when I was 6 (1986), on a Sinclair Z80 with Basic... It was even stored in a DataSette. That's how I started in math...
I'm on a Fuzzy State: Between 0 an 1
I did my first program (a simple calculator) when I was 6 (1986), on a Sinclair Z80 with Basic... It was even stored in a DataSette. That's how I started in math...
I'm on a Fuzzy State: Between 0 an 1
5/6 years old, on Basic on a Sinclair's Z80 Clone
I'm on a Fuzzy State: Between 0 an 1
The 28th (See the URL) is in the page source...
27 Things Only Developers Will Find Funny
I'm on a Fuzzy State: Between 0 an 1
Thanks You!
I'm on a Fuzzy State: Between 0 an 1
Very old... I haven't seen this in YEARS (thigs always comes back)... since I used FidoNet... OMFG :^).. I'm getting old X| X|
I'm on a Fuzzy State: Between 0 an 1
I'm pretty sure all you know this: http://code.google.com/p/lolcode-dot-net/[^]
Default initialization on auto-implemented properties!!
I'm on a Fuzzy State: Between 0 an 1
Pitch Black Blade Runner 2001: A Space Odyssey The Iron Giant And the almost unknown White Dwarf[^]
I'm on a Fuzzy State: Between 0 an 1
Me too... RH is a pain... God save those old Slackware days!
I'm on a Fuzzy State: Between 0 an 1
Congratulations to all CP staff and members of this amazing community!!!!
I'm on a Fuzzy State: Between 0 an 1
Anyone knows a File repository for a non Open Source Application?? There is a distributed group of developers trying to work together but it is very difficult to them to work without a central source repository. Any help will be appreciated! Thanks
I'm on a Fuzzy State: Between 0 an 1
What about Jira??
I'm on a Fuzzy State: Between 0 an 1
I've started on my dad's job when I was four correcting their Fortan syntax on a TI-99 as a game... When I was 6 my family buyed my first CZ Spectrum (The argentinan-renamed version of the Sinclair ZX Spectrum) with a datasette unit for storage (Ohh those old happy days :(( ) When I was 12, I had my firt PC (a 80386 with 4 MB of RAM). My fist real development language was Basic... Later Pascal and C came into my life and the the last one never went away...
I'm on a Fuzzy State: Between 0 an 1
I Agree this is VERY weird...
I'm on a Fuzzy State: Between 0 an 1
I have 3 components Component A (a scheduling engine), B (a windows service) and C (a task) Component C implements objects of type A. Component B creates objects of type C by reflection. Component C needs to access a SQL Server DB but i don't understand why he cannot open a connection to the DB. This are component A permissions using System; using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Security.Permissions; using System.Data.SqlClient; using System.Net.Mail; ... [assembly: SmtpPermission(SecurityAction.RequestMinimum, Unrestricted = true)] [assembly: SqlClientPermission(SecurityAction.RequestMinimum, Unrestricted = true)] [assembly: UIPermission(SecurityAction.RequestMinimum, Unrestricted = false, Window = UIPermissionWindow.AllWindows)] [assembly: IsolatedStorageFilePermission(SecurityAction.RequestMinimum, UserQuota = 1048576)] [assembly: SecurityPermission(SecurityAction.RequestMinimum, UnmanagedCode = true)] [assembly: FileIOPermission(SecurityAction.RequestOptional, Unrestricted = true)] [assembly: CLSCompliant(true)]
This are component B permissions using System; using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Security.Permissions; using System.Diagnostics; using System.Configuration; using System.Data.SqlClient; using Microsoft.Practices.EnterpriseLibrary.Logging; ... [assembly: SqlClientPermission(SecurityAction.RequestMinimum)] [assembly: ConfigurationPermission(SecurityAction.RequestMinimum, Unrestricted = true)] [assembly: EventLogPermission(SecurityAction.RequestMinimum, PermissionAccess = System.Diagnostics.EventLogPermissionAccess.Write, Unrestricted = true)] [assembly: UIPermission(SecurityAction.RequestMinimum, Clipboard = UIPermissionClipboard.AllClipboard, Unrestricted = false, Window = UIPermissionWindow.AllWindows)] [assembly: IsolatedStorageFilePermission(SecurityAction.RequestMinimum, UserQuota = 1048576)] [assembly: SecurityPermission(SecurityAction.RequestMinimum, UnmanagedCode = true)] [assembly: FileIOPermission(SecurityAction.RequestOptional, Unrestricted = true)] [assembly: CLSCompliant(true)]
This are component C permissions using System; using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Security.Permissions; using System.Data.SqlClient; using System.Net.Mail; ... [assembly: SmtpPe
As far as I know there is no way to know the free space unless the server has a [realy twisted custom] command fot it. IE: If you want to store a file you send a "STOR" command. To change the current dir, the command is "CWD". As far as I know there is no "standard" command for get the free space :( -- modified at 10:51 Friday 18th August, 2006
I'm on a Fuzzy State: Between 0 an 1
What's the SpinDataCollection type? a Generic collection? An ArrayList?? What???
I'm on a Fuzzy State: Between 0 an 1
This is much better code than the one i've made... Thanks!
I'm on a Fuzzy State: Between 0 an 1