Search results

  1. good cheap phone

    U.S./ AT&T I dont really want to renew my contract otherwise it wouldnt be a problem
  2. good cheap phone

    The phone I've had for the past four years (Nokia 6103) has been very good to me but unfortunately it's beginning to break down. Now, I'm not a big phone person so I dont really need a smart phone or any advanced features since I only use my phone for calls. Any suggestions on a good cheap...
  3. Buca Di Beppo -- Free lasagna w/ purchase

    Thursday the 29th is national lasagna day so Buca Di Beppo is offering free lunch sized lasagna with purchase of small or large entree or pasta. http://www.bucadibeppo.com/Make-A-Reservation/ They also seem to have a $10 off coupon on a $20+ purchase but I can't seem to find the coupon link...
  4. difference between feature and leisure hotel room

    I need to book hotel rooms and I'm seeing One King Bed Leisure rooms along with One King Bed Feature. does anyone know the difference between the two? thanks
  5. Haskell: defining types which include classes

    Is it possible to define types in Haskell which include as one of the fields an element which is a member of a certain class? For example, say I want to define rational numbers as a tuple of two Nums, how would i do something along these lines: type (Num a) => Q b = (a,a) Currently that...
  6. mark zuckerberg secrets

    with all the facebook privacy issues, i sorta wish this was a meme
  7. Makefile issues

    This isn't really an urgent issue but I'm trying to learn to make better Makefiles and I've run into an issue and I have no idea why it's happening. I have the following makefile: CC = gcc CFLAGS = -Wall -g -std=gnu99 -lpthread .PHONY: all clean all: tests tests: timerQueue.o...
  8. foldr in Haskell

    Does anyone know why foldr in Haskell is not defined in a tail-recursive manner? It seems like it's be more efficient to have a foldr sort of like this: foldr0 f init [] [] = init foldr0 f init (x:xs) [] = foldr0 f (f x init) xs [] foldr0 f init xs (y:ys) = foldr0 f init (y:xs) ys foldr...
  9. Download mp3 from flash

    So i'm trying to download the "a prairie home companion" shows to listen to them on the go. they're online for free but they're played via a flash player. does anyone know i could somehow download the mp3 file. example: http://prairiehome.publicradio.org/programs/2010/01/02/ clicking the...
  10. address of "this" in c++

    opps, nevermind, i was making a very stupid mistake. in the constructor i never actually set the parent field to the Node * parameter that was passed so parent never got assigned. Once I did that, it works as it should. thank you guys!
  11. address of "this" in c++

    In c++, I'm have a node class which can make other nodes and when it does, it sets up that node's parent field (which is of type Node *) to the node that is making it. Now, I'm not sure how to pass the address of the object I'm currently working in. I figured, it'd be &this but that gives me an...
  12. shortest path in a polygon space

    well yes, shortest path but there are polygons in the way, for example a square. so why is the shortest path only go from vertex to vertex?
  13. shortest path in a polygon space

    Suppose you have a 2-d space with (non-intersecting) convex polygons in it and you're trying to get from one vertex on a polygon to another vertex on some other (or potentially the same) polygon without going through any polygon. Why does the shortest path between any two vertices only consist...
  14. pass data from one class to another in java

    yes, i got it. netbeans creates new jframe classes with a main which i didnt really understand why but i used it which caused a problem because I couldn't start the jframe from the main of the jframe class because it's static. anyway, deleting the main method from the jframe class solved the...
  15. pass data from one class to another in java

    This seems like it should be really simple and maybe it is and I'm just not seeing it. Anyway, in netbeans, i created a simple project with a main.java. I then created a jframe which created a jframe class which has a jtable in it. Now, I want to fill the jtable in with values from a data...
  16. origin of moustaches.gif

    Does anyone know where this is from or what youtube clip it comes from since you can see the little you in the bottom right. http://i3.photobucket.com/albums/y51/migital/Animated/moustaches.gif
  17. Find links with javascript

    I recently started scripting with greasemonkey and JS. i'm trying to make a script that will find if a link exists on the page (that executes some javascript). I want to check if that link exists and if it does, it automatically executes it. any ideas on how to do this?
  18. screen volume bar/generic keyboard driver

    i can't get sound control to work with my multimedia volume buttons, it only works with custom key combinations declared in sound control. as far as eventghost goes, how do i know what number corresponds to what key in the HID.button event? the keyboard buttons I press aren't showing up in the log
  19. screen volume bar/generic keyboard driver

    as I stated in the original point, yes, i've tried several versions of setpoint
  20. screen volume bar/generic keyboard driver

    i recently bought a new keyboard (logitech comfort wave 450) but to my surprise, logitech does not offer drivers for this keyboard. i tried several versions of setpoint but none of the identify my keyboard. anyway, i'm fine with using the generic xp drivers for keyboards since all the multimedia...
  21. Rss forum feeds

    Are there still rss feed for all the different forums?? I usually followed the hot deals thread but now I can't seem to. Moved from Free Stuff. Sr Moderator allisolm
  22. Regular expression property

    R and S are regular expressions and * denotes closure.
  23. Regular expression property

    I have to prove: (R*S*)* = (R*S)*R* = R*(SR*)* but I can't seem to do it. Anyone help? EDIT: more specifically, I need help proving that (R*S*)* is a subset of either of the other equalities PS: sorry if this is in the wrong forum
  24. customize keyboard special keys

    alright, a different question now. for my old keyboard, i used to have a volume bar pop up whenever i changed the volume using the keyboard buttons but now i dont. is there a volume bar i can download for the generic keyboard driver?
  25. customize keyboard special keys

    but i still don't understand why it's not customizable. if i press the "home" button, it opens firefox. isn't there somewhere in the registry or something of the sort where i can tell it to do the stop action instead of opening firefox?
  26. customize keyboard special keys

    hmmm, that's an interesting idea. any clue on how to make a driver?
  27. customize keyboard special keys

    I just bought a logitech comfort wave 450. The keyboard has some special keys such as play, volume, home, etc but not stop, or next/prev track. i knew this when i bought it but i used to have a microsoft comfort curve 2000 and the microsoft intellitype let me customize the keys so i could set...
  28. secondary hard drive not working

    thank you for introducing me to google. i clearly haven't tried that.
  29. secondary hard drive not working

    so i got a secondary hard drive, formatted it, put stuff on it. i then wanted to install ubuntu (dual boot, both OS installed on first hdd) and for some reason, grub wasn't working. so i simply unplugged the second hard drive (when pc was shut off of course). i then did my thing and grub...
  30. type of farm

    YES!!! that's what i was thinking of. i knew it was sub something but subsidy kept popping in my head which isnt right EDIT: Thank you!
  31. type of farm

    and it's not 'extra' food. it's the only food source for the farmers. it's something seen more in like 3rd world countries and such
  32. type of farm

    no, it's a longer more technical term. i learned it in school a long time ago
  33. type of farm

    I'm trying to think of a word. it starts with s I think. It's a type of farm where people grow food but only for themselves and their survival and not really extra to sell for profit or anything.
  34. problem reinstalling win xp

    i switched the boot options in the bios so that CD comes first
  35. problem reinstalling win xp

    I'm trying to reinstall win xp pro but when I tell it to boot from CD, it gives me the error that CDBOOT: Couldn't Find NTLDR and I have no idea how to fix it. Any suggestions? EDIT: It's not the CD either because I've tried it on another computer and it booted fine.
  36. auto-indenting with emacs

    I have some c source and header files that I want to automatically intend in emacs and I was wondering if there was a way to do a whole file at a time. I can go line by line and press tab but that takes too much time, is there a way to just apply it to the whole file?
  37. KOTOR vs. KOTOR 2

    idk, i thought they were both good but kotor one was first so it was probably viewed as better
  38. oldies website

    So I'm doing a scav hunt and I'm trying to find a company website updated in the last year (but not in the last four days) that features embedded MIDI, animated GIFs, and blinking text. Anyone know of any?
  39. piping to C

    I'm trying to make a program in c that will print the output from another program, along with some other stuff but I'm having trouble doing this Basically, let's say I have a file test.txt which contains the text "hi" and I have a program "abcd" $cat test.txt | ./abcd hi $./abcd <...
  40. look at mass number of web pages

    I'm trying to find a certain web page that's withing a certain range of URL. in other words, lets say i have the url http://www.example.com/page_id=0000 basically i want to look at pages with id 0000-9999 and then look at the html <title> until i find my match. does anyone know a easy way...
sale-70-410-exam    | Exam-200-125-pdf    | we-sale-70-410-exam    | hot-sale-70-410-exam    | Latest-exam-700-603-Dumps    | Dumps-98-363-exams-date    | Certs-200-125-date    | Dumps-300-075-exams-date    | hot-sale-book-C8010-726-book    | Hot-Sale-200-310-Exam    | Exam-Description-200-310-dumps?    | hot-sale-book-200-125-book    | Latest-Updated-300-209-Exam    | Dumps-210-260-exams-date    | Download-200-125-Exam-PDF    | Exam-Description-300-101-dumps    | Certs-300-101-date    | Hot-Sale-300-075-Exam    | Latest-exam-200-125-Dumps    | Exam-Description-200-125-dumps    | Latest-Updated-300-075-Exam    | hot-sale-book-210-260-book    | Dumps-200-901-exams-date    | Certs-200-901-date    | Latest-exam-1Z0-062-Dumps    | Hot-Sale-1Z0-062-Exam    | Certs-CSSLP-date    | 100%-Pass-70-383-Exams    | Latest-JN0-360-real-exam-questions    | 100%-Pass-4A0-100-Real-Exam-Questions    | Dumps-300-135-exams-date    | Passed-200-105-Tech-Exams    | Latest-Updated-200-310-Exam    | Download-300-070-Exam-PDF    | Hot-Sale-JN0-360-Exam    | 100%-Pass-JN0-360-Exams    | 100%-Pass-JN0-360-Real-Exam-Questions    | Dumps-JN0-360-exams-date    | Exam-Description-1Z0-876-dumps    | Latest-exam-1Z0-876-Dumps    | Dumps-HPE0-Y53-exams-date    | 2017-Latest-HPE0-Y53-Exam    | 100%-Pass-HPE0-Y53-Real-Exam-Questions    | Pass-4A0-100-Exam    | Latest-4A0-100-Questions    | Dumps-98-365-exams-date    | 2017-Latest-98-365-Exam    | 100%-Pass-VCS-254-Exams    | 2017-Latest-VCS-273-Exam    | Dumps-200-355-exams-date    | 2017-Latest-300-320-Exam    | Pass-300-101-Exam    | 100%-Pass-300-115-Exams    |
http://www.portvapes.co.uk/    | http://www.portvapes.co.uk/    |