-
Created Can we please ease up on the email notifications?
I am being over-notified. I started a new thread to tell the community that "Active State Komodo IDE Now Free". I got four emails telling me I had started a … -
Replied To a Post in Trump
Trump has admitted that if he wins this November he will consider cutting back funding for key social programs including Social Security, Medicaid, and Medicare. I guess those tax cuts … -
Replied To a Post in Trump
Abuse of power was our judgment that Clinton had improperly employed the powers of his office, including meritless invocations of the doctrine of executive privilege. - Ken Starr The difference … -
Edited Learn Python
Good Day i'm not new to this community but i haven't been in participation of anything relating to programming for year but now i'm interested in learning Python Programming language … -
Replied To a Post in How can I resset my wifi password
If the default password has ever been changed you may have to reset the router to factory. I find that a cable connection is best when setting initial security. -
Replied To a Post in Mounting ISO files
MagicISO works on my Windows 10 Home laptop. -
Replied To a Post in USB-sticks don't work
Try the stick(s) in another machine and see if they work there. -
Replied To a Post in Label my own topics [xozz]
You can bookmark posts by using the bookmark tool at the lower right of every post, then reference them by `Hamburger -> Topics and Posts -> Bookmarked Posts`. Or you … -
Replied To a Post in USB-sticks don't work
Do any other USB devices work? Are you able to boot from a Linux LiveCD or any other bootable USB? Have USB sticks ever worked on this particular machine? If … -
Replied To a Post in Trump
Another week and another impeachable offense. Trump threatened the Republican senators with “Vote against the president, and your head will be on a pike.” This is called jury tampering and … -
Edited Active State Komodo IDE Now Free
Fot anyone who is a fan of the Active State Komodo IDE it is now available free and can be downloaded [here](https://www.i-programmer.info/news/90-tools/13411-activestate-komodo-ide-now-free.html). According to their blurb... >There will no longer … -
Edited Active State Komodo IDE Now Free
Fot anyone who is a fan of the Active State Komodo IDE it is now available free and can be downloaded [here](https://www.i-programmer.info/news/90-tools/13411-activestate-komodo-ide-now-free.html). According to their blurb... >There will no longer … -
Edited Active State Komodo IDE Now Free
Fot anyone who is a fan of the Active State Komodo IDE it is now available free and can be downloaded [here](https://www.i-programmer.info/news/90-tools/13411-activestate-komodo-ide-now-free.html). According to their blurb... >There will no longer … -
Created Active State Komodo IDE Now Free
Fot anyone who is a fan of the Active State Komodo IDE it is now available free and can be downloaded [here](https://www.i-programmer.info/news/90-tools/13411-activestate-komodo-ide-now-free.html). According to their blurb... >There will no longer … -
Replied To a Post in Anyone use Reddit?
Never been there. -
Replied To a Post in How to Write a Sudoku GUI in Python/wxPython
There are five icons at the lower right of every post. The second from the left is `Bookmark`. Click on this to add bookmark that you an refer to later … -
Replied To a Post in Redistricting and Gerrymandering
An independant agency would be composed of individuals, and these individuals all have political leanings. The judiciary is supposed to be apolitical but we've seen the GOP delay appointments under … -
Replied To a Post in Tyl Programming Language 1.0 Released
>variable names are short, even abbreviated Therefore cryptic. Might as well go back to FORTRAN 66 >you sacrifice total clarity for code cleanliness I see no reason to ever sacrifice … -
Edited New SEO trends in 2020
What will be the new SEO strategy for 2020? -
Replied To a Post in Mounting ISO files
[Virtual CLone Drive](https://www.elby.ch/en/products/vcd.html) also works. And it's free. -
Gave Reputation to Zarar_1 in I need help to make a high score system in my guess the number game
HERE IS MY CODE https://repl.it/@ZararImtiaz/Final-PROJECY -
Edited I need help to make a high score system in my guess the number game
HERE IS MY CODE https://repl.it/@ZararImtiaz/Final-PROJECY -
Replied To a Post in Car Park Charges
calculateCharges is the function you have to write to determine how much a customer pays. You pass it the number of hours parked, -
Replied To a Post in Redistricting and Gerrymandering
It seems that a further restriction would be that each district must have a population between two bounds. Densely populated urban areas would have smaller districts. Rural districts would have … -
Replied To a Post in How to Write a Sudoku GUI in Python/wxPython
@jduch - if you have some time to kill you might have a look at [icaros](http://live.icarosdesktop.org/). As a former Amiga owner you might find this interesting. -
Replied To a Post in minify imageview setonmouseclicked code
What you posted is not fully tested, reusable code. What you posted is a question which clearly falls under the default category of "discussion/question". When you created this thread, right … -
Edited minify imageview setonmouseclicked code
How can I minify my code in here, I am giving each 23 total imageview a eventhandler. code works, but I like to make the code shorter. I tried to … -
Replied To a Post in Hi, I'm a new member here!
Welcome to Daniweb. Please read the [Daniweb Posting Rules](https://www.daniweb.com/welcome/rules), particularly the one about hijacking threads. I would also like to mention that if you want to use Daniweb to advertise … -
Gave Reputation to Dani in Suggestion: collapsible hierarchical comments on posts.
Post comments are now sorted oldest to newest. -
Gave Reputation to tinstaafl in array indexing starts at 0
What are those asterisks(`*`) for? They aren't in your original code. What are you trying to do? What code are you using? -
Replied To a Post in Tyl Programming Language 1.0 Released
>straight-forward Is `splunge 21` a function call or a variable assignment? If you can't tell the difference by looking at it then it is not straightforward. >Instead of keywords, Tyl … -
Replied To a Post in How to Write a Sudoku GUI in Python/wxPython
BTW, make sure you are using a 3.x version of Python. Python 2.x is at end-of-life. -
Replied To a Post in How to Write a Sudoku GUI in Python/wxPython
>I recently had to give up using the Amiga Awesome. My first "personal" computer was a C64. When the Amiga 1000 was released I couldn't buy it fast enough. >I … -
Replied To a Post in Suggestion: collapsible hierarchical comments on posts.
That makes sense where there are lots and lots of comments although I don't recall ever having seen a post with that many. -
Replied To a Post in Plz convert to java
In the future please use `discussion/question` (the default) for threads like this one. `Code Snippet` is reserved for sharing working, and hopefully well documented code with others. -
Edited Plz convert to java
Python to java -
Replied To a Post in Suggestion: collapsible hierarchical comments on posts.
I don't see the benefit of collapsible comments, but while we are on the subject of comments, could we display comments in chronological order? When I comment on a post … -
Replied To a Post in Tyl Programming Language 1.0 Released
The language is poorly documented. For example, the variable naming rule was given as `Token must end with a small-case letter: 's'`, followed by `Attention: The letter: 's' is not … -
Gave Reputation to Punit_2 in converting python to pseudo code
convert into the psudocode -
Replied To a Post in Tyl Programming Language 1.0 Released
Interesting that you added the tag `Python` for this thread. The website you linked to doesn't do justice to the language. Can you give us some idea as to what … -
Replied To a Post in converting python to pseudo code
Problems with your post: 1. You hijacked/revived a four-year-old thread 1. You posted undocumented code 1. You didn't post that code properly 1. You demanded that someone do your work … -
Deleted a Post in Why isn't comment validation working?
I am trying to add Jquery validation to the comments page in WordPress. Everything works except it won't post the fields. May someone help? FUNCTIONS PAGE function comment_validation_init() { if(is_single() … -
Deleted a Post in Why isn't comment validation working?
NO IDEA!!!!! -
Created Question about group chat
When I go to the programming forum, the banner says "Join the Programming Group Chat - 188 members are chatting as of 20 Hours Ago", yet when I go there … -
Replied To a Post in Random Facts
France? For some reason I thought you were in the US. -
Replied To a Post in Random Facts
The company that makes EpiPen (Mylan) increased the price for two pens from $100 to $600 between 2010 and 2016. Each pen contains only $1 of epinephrine. Generic versions such … -
Replied To a Post in Redistricting and Gerrymandering
A slightly less restrictive but (I hope) still fair policy might be: 1. All boundary lines must consist of straight line segments 1. No district may have a major axis … -
Replied To a Post in Redistricting and Gerrymandering
Technically you were never a democracy. You were a republic. There are subtle but [important differences](https://blog.prepscholar.com/republic-vs-democracy-difference). Differences notwithstanding, you are still pretty much f\*\*ked. Not that we're that far behind … -
Created Redistricting and Gerrymandering
I've been following the latest efforts (in the US) of the GOP to unfairly redraw electoral boundaries and was considering how simple a law could be worded to ensure a … -
Replied To a Post in "Syntax Error in INSERT INTO Statement" - VB.Net and Access
I suggest that instead of posting a low-res, blurry, hard to read screen cap of your code you copy/paste your actual code. Some people may actually go to the trouble …
The End.