IRC Networks
Irc Logs Stats
Start date: 2007-09-27 02:48:27
Last update: 2008-10-24 20:19:38
Channels: 41
Logged Lines: 6230436
Size: 1822.41 MB
Powered by
Channel Info
Network: freenodeChannel: #csharp |
Search in www.irclog.org
Log from #csharp at freenode 2006-08-10
[03:57]<kjr>Mental_Floss: I've been using IRC waaaaay to long to have done that
[03:57]<kjr>Mental_Floss: I'm getting fucking aggravated at this Sun crap though
[03:57]<kjr>JSSE is totally bogus
[03:57]<kjr>and the toolkit I'm using is fucked up
[03:58]<kjr>I wonder what would happen if I went to a staff member and had him /killed... I wonder if that'd wipe the smile off his fucking face
[03:58]<mggvrf_ffjss>heh.
[03:58]<kjr>in the meantime, I'm going to go punch through someone's wall
[03:58]<kjr>that was just hte last goddamn straw
[04:02]<kjr>and... he's now on the channel akick list
[04:07]<rxrcr>wow
[04:09]<kjr>chaka: as you can tell, I'm not having the greatest of days
[04:09]<kjr>chaka: soon as my friends in ##C++ come back I'm going to talk them into adding him to th e akick list
[04:10]<rxrcr>nope. Have some beer and watch some comedy
[04:10]<rxrcr>light comedy*
[04:10]<kjr>naw man, I've got a deadline of a month to solve something I've made absolutely NO headway into
[04:10]<kjr>as well as another project that I can't start till this one is done
[04:10]<kjr>plus job hunting still to do
[04:11]<rxrcr>none of which you'll get done if you're totally agro-frustrated
[04:11]<rxrcr>:)
[04:12]<kjr>oh no, I just walked up to a solid piece of oak and punched it a few times... aside from my h and hurting I feel much better
[04:12]<rxrcr>well you might actually, I can only speak for myself, and I can't do anything when frustrated
[04:12]<kjr>but uh yeah, I'm just generally really fucking angry at the moment
[04:13]<rxrcr>I started doing a build for tonight, including a feature fix I worked all day on. My boss just came by and asked me to disable it for the build
[04:14]<rxrcr>time for a new diet cola and some peanuts
[04:22]<kjr>I can't even fucking figure out where in the stack the exception comes form
[04:22]<kjr>it's burried in stuff that doesn't seem very literate
[04:22]<kjr>and the exception itself is something like 80 lines long
[04:32]<zrlxys>hi. should I make this a struct or class? IrcMessage { public string source, cmd, target, txt; }
[04:41]<vyzusdjvnev>hey is x horizontal or vertical?
[04:54]<zrrry>mina_linux_Tux: re
[04:55]<zrrry>raphis: a struct is lighter
[05:27]<kjr>VirusDotNET: assuming a standard cartesian plane, horizontal
[05:34]<zrrry>right, it's waaaay past bedtime, nn all.
[05:35]<vyzusdjvnev>Kog you would know how to create a 3 column in css would you?
[05:35]<kjr>VirusDotNET: don't ask me any questions that involve thinking today please
[05:35]<vyzusdjvnev>okay
[05:35]<kjr>although, it would seem that you could use divs and widths
[05:38]<vyzusdjvnev>or tables :P
[05:38]<zrrry>http://www.google.co.uk/search?q=css+columns the first six would seem to be perfectly suitable references
[05:38]<kjr>you asked about CSS
[05:38]<kjr>using tables for such layout is improper, especially in reference to CSS
[05:38]<vyzusdjvnev>Kog yes i know. I want to avoid tables for layouts :P
[05:39]<vyzusdjvnev>only for data :)
[05:39]<kjr>I think the last time I looked there were issues with using CSS for the layout, but we were highly concerned with ancient computers/browsers
[05:39]<zrrry>although tables work *everywhere*
[05:39]<vyzusdjvnev>yeah but they are bad for designing layouts
[05:40]<zrrry>although tables work *everywhere*
[05:40]<zrrry>:-P the old trolling topic "coding idealogy vs. the real world"
[05:42]<zrrry>VirusDotNET: as you can see here, the real world is generally stronger: http://www.googlefight.com/index.php?lang=en_GB&word1=hacking+ideology&word2=the+real+world
[05:42]<zrrry>lol
[05:42]<zrrry>nn all
[05:42]<zrlxys>I made a program that connects on some site 50 times
[05:42]<zrlxys>and keeps all the connections
[05:43]<zrlxys>but after I get pass some number of connections, around 60 or so, my program just quits. without exception error or anything
[05:43]<zrlxys>what could be wrong?
[05:43]<zrlxys>do I need to increase the number of worker threads or what
[05:45]<zjznzzr22>hey, I'm wondering about packaging up an application I've made.. I really don't want to use the 'oneclick' installer because it doesn't allow you to create an icon on the desktop.
[05:45]<zjznzzr22>Wondering what free alternatives there are?
[05:46]<cxrfnm>RogerRabb, just create a regular setup deployment
[05:47]<zjznzzr22>can I do that within vs 2005 express?
[05:48]<al->no, you can't
[05:49]<al->you need atleast professional i think to beable to msi packages
[05:49]<zjznzzr22>damn okay.. hmm
[05:49]<zjznzzr22>so what're the options?
[05:49]<al->*build
[05:50]<al->search google and see what's out there for free, i think there are some free installers
[05:50]<al->your other option is to write your own
[05:50]<al->i think there is an open and free project for building msi packages on sourceforge too
[05:50]<zjznzzr22>gosh I could strangle clickonce for not allowing a desktop icon
[05:51]<zjznzzr22>okay, will check sourceforge
[05:58]<al->RogerRabb: http://sourceforge.net/projects/wix/
[06:00]<xylxjzys>hey, does anyone know how to capture the key ^C (or C-C) in the .NET console?
[06:00]<xylxjzys>is it possible to avoid having the application terminated by the system?
[06:19]<kjr>you should be able to catch signals
[06:19]<kjr>and ctrl+c should just be SIGTERM
[06:19]<kjr>then again... I'm probably wrong
[06:19]<`d0>or break button?
[06:19]<kjr>what, break the control key?
[06:20]<`d0>ja
[06:20]<`d0>i dunno
[06:20]<`d0>I just joined in :)
[06:20]<kjr>you could remove the solder trace
[06:27]<pzggjgg1000>Hey, can you catch SIGSEGV?
[06:33]<kjr>freeone3000: ever seen FreeNode services go "Ack! SIGSEGV?"
[06:34]<pzggjgg1000>Nope.
[07:06]<vyzusdjvnev>omfg i hate iis
[07:11]<rnzrnf_->i loved the tons of available exploits for the old versions ;)
[07:11]<vyzusdjvnev>okay when i got to my scripts folder it shows its there but the folder isn't there
[07:12]<vyzusdjvnev>go*
[07:12]<rnzrnf_->reminds me of trying to add jsp-support to apache on a linux-machine...
[07:13]<rnzrnf_->gn8
[07:15]<vyzusdjvnev>i can do nothing to get rid of that thing
[07:15]<vyzusdjvnev>i tried deleting my cache, i tried restarting it but nothing
[07:27]<zjznzzr22>anyone had experience with the nsis installer? Need to script it so it checks to see if the .net framework is installed or not
[07:38]<kjr>RogerRabb: AnarkiNet
[07:39]<zgzzcygnv>hi







