topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Monday June 23, 2025, 1:33 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Recent Posts

Pages: prev1 ... 43 44 45 46 47 [48] 49 50 51 52 53 ... 403next
1176
Non-Windows Software / Re: Android 6.0 tablet recent windows close all?
« Last post by wraith808 on January 14, 2019, 12:50 PM »
What version of Android is on your tablet?  Mine has that function, and I don't even have the latest version on the tablet.
1177
Post New Requests Here / Re: Folder Organizer/Sorter
« Last post by wraith808 on January 13, 2019, 02:06 PM »

@Shades & @wraith808: I think you're missing the key ask of the OP...and that's to scan within ZIP/RAR/7z files and make decisions based on the compressed files.  I don't think any of the aforementioned file sorters do that.

I think that's the reason that he added this part:

These will help out with sorting your files. Keeping them sorted will already you a lot in identifying what is what before you even have to open an archive to see what it contains. This works best with new downloads, but all pieces of software allow you to create rules for filtering and some can even automatically rename them according to your rules.

That was one of the reasons that I'd replied.  But point taken.
1178
Post New Requests Here / Re: Folder Organizer/Sorter
« Last post by wraith808 on January 13, 2019, 12:16 PM »
There's also Pneumatic Tubes.  You can get a good idea of how it works from the guide: http://www.pneumatic...ams.net/p/guide.html
1179
Living Room / Re: Interesting "stuff"
« Last post by wraith808 on January 13, 2019, 12:06 PM »
Heads Up Driving

[ Invalid Attachment ]

These things have been around for years, save some money:
https://www.aliexpre...Car/32857395000.html
https://www.aliexpre...lay/32956414277.html
https://www.aliexpre...one/32930732684.html
etc


A lot of them don't do well (a) in the heat, or (b) in continued sunlight.  Be wary and look for long-term use reviews.
1181
General Software Discussion / Re: G+ Takeaway viewer
« Last post by wraith808 on January 12, 2019, 12:03 PM »
If you need more, let me know.  I'm planning to put the combine function in there to combine all the data into one file, but haven't gotten it fully baked yet.  (And as there has been no response as of yet, haven't really had the impetus to do it yet)
1182
So, a new development on this story:

from https://blog.github....new-year-new-github/ via https://www.engadget...s-keep-code-private/

Historically, if you've wanted to create a private repository on GitHub, you had to be a paying user, but that's about to change. Starting today, free GitHub users will have access to unlimited private projects as long as there are three or fewer collaborators on board. For larger projects, you'll have to join a paid plan or make your code public, as GitHub isn't changing how it manages public repositories.

1183
General Software Discussion / Re: Playing games on other people's computers
« Last post by wraith808 on January 11, 2019, 06:06 PM »
OnLivew, reborn?

See the following threads for related info:

The Unraveling of OnLive
OnLive.com has shut down....

No, it's not the same concept.  You're actually renting a box with this.  And the prices are commensurate with that.  It's one of the reasons I've been seriously thinking about it; I had a box offsite that I RDP'd into no matter where I was, but I stopped renting it.  It was Windows Server though, so the price was a lot higher.  Because it's your own box, one of the biggest problems I had with OnLive is gone... the fact that the games that you are using are actually yours, and you aren't buying it from the service.
1184
Skwire Empire / Re: Release: sWeather (tray-based weather app)
« Last post by wraith808 on January 10, 2019, 02:54 PM »
You'll care when something breaks and you have to figure out what that might be  ;D :Thmbsup:
That's what detailed comments in the code are for. ;) Besides, debugging can be fun and I could surely help with that, if needed.  8)
I see the old Firefox/Pale Moon extension I mentioned somewhere above still works with AccuWeather so maybe we could get some inspiration from its code.  :D

Detailed comments are not always helpful in retrospect with legacy code.  I know that from experience.  I think a combination of good coding practices and comments are optimal- and even that doesn't always work!  But, it's up to the maintainer to decide if that shortcut was useful in the long run!  :Thmbsup:
1185
General Software Discussion / Re: Disabled Services in Windows 10
« Last post by wraith808 on January 10, 2019, 02:52 PM »
Depending on your use case, you might want to take a second look at eventlog.  It's helped me out of a jam when Windows is acting wonky for some reason.
1186
N.A.N.Y. 2019 / Re: NANY 2019: TextWorx - Universal Text Manipulator
« Last post by wraith808 on January 10, 2019, 02:47 PM »
Sure. As you know, different programmers/computer languages have different conventions for naming variables.

camel case: concatenated words with each word in titlecase or the first word in lowercase 
  ThisIsMyVariableName or thisIsMyVariableName

snake case: lower-case words concatenated by underscores
  this_is_my_variable_name

kebab case: lowercase words concatenated by dashes
  this-is-my-variable-name



I'd not heard of those other cases being referred to by a particular name.  Interesting!

For others in that same situation -

https://en.wikipedia...#Special_case_styles

There's also Studly caps, which it doesn't seem like a useful thing to implement.. :)
1187
Unity is at it once again it seems.  Perhaps they are prepping to release their own (worse) version of SoS or something, so had to think of a way to kill off competition.  Either way, it's nice of Improbable to be giving financial assistance to developers affected by this (and other help such as porting) whilst they try to resolve the issue.

Nothing really nice of them to be doing... as you stated unity is looking to clear the field, which would include their operations.  You see companies provide help to developers that are affected quite a bit.  I remember MS coming into a contract to help get it going on .NET when .NET was a new tech in order to steal a client from the competition.  Borland wasn't looking, so lost a lucrative contract when they moved away from Delphi.  Earlier, Borland had done the same to get a different contract that I was on.
1188
General Software Discussion / Re: Playing games on other people's computers
« Last post by wraith808 on January 10, 2019, 02:43 PM »
I've actually been looking at this, and thought I'd posted about it here.  I've had a few friends who have trialed it and said it works really well.  One said he'd wait because it wasn't really that much better than his local box.  But I'm at the point where for gaming, I'm going to have to upgrade at some point.  So I've been really considering it.
1189
Skwire Empire / Re: Release: sWeather (tray-based weather app)
« Last post by wraith808 on January 09, 2019, 05:54 PM »
I don't care if it takes 50 or 100 RegExMatch() statements to do its job, as long as it does its job.

You'll care when something breaks and you have to figure out what that might be  ;D :Thmbsup:
1190
DC Gamer Club / Re: Interesting Game Jam on itch.io
« Last post by wraith808 on January 06, 2019, 08:01 PM »
It's a whole month, so it's a little more time this time.  But mine isn't code, so not sure that you'd be interested :)
1191
N.A.N.Y. 2019 / Re: NANY 2019 Entry - Huge Text/Log file reader
« Last post by wraith808 on January 06, 2019, 12:35 PM »
Could we have a screenshot added to the post?

He hasn't visited since July of last year, so unless someone does it, not sure he will.
1192
Or if you want a free (but online) solution: https://regex101.com

The thing that really helped me that was missing in those online solutions wa the ability to build regexes with parts and to see them broken down.  I use some pretty complicated regexes, and though they can be parsed in those online tools, debugging them was still a pain.
1193
I always wanted a regex tester that had syntax colouring.  It hurts my brain to try and figure out all the patterns.  I've thought of even writing my own.

http://www.regexbuddy.com/

It's saved my sanity.
1194
Living Room / Re: What are your 2019 New Years Resolutions?
« Last post by wraith808 on January 03, 2019, 07:14 PM »
My resolution was not to make resolutions.  I kept it!
1195
General Software Discussion / Re: Windows 10 Tips
« Last post by wraith808 on January 03, 2019, 02:14 PM »
I just found an interesting Initial Setup Powershell Script for Windows 10.  Still unpacking it, but thought it might be of use:

https://github.com/D...Initial-Setup-Script

It seems very well laid out and is designed to be run after Microsoft updates Windows 10 and fixes (i.e. breaks) things.

The PSM contains the individual modules that you can call, very well documented!

https://github.com/D...ob/master/Win10.psm1
1196
You might be running afoul of the on-demand file option.  I keep my files on the machines where I sync to in all cases.  In the settings dialog, you can find the option.

onedrive_settings.png

My major problem that I've been running into with OneDrive was actually the reason I finally buckled down and turned off automatic updates to Windows 10.  Sometimes, when Windows 10 would do those, it would turn off OneDrive (I think it was a problem with copying a new version while the old version was still running).  Since I turned off automatic updates (WUB to the rescue), I haven't had that problem.
1197
N.A.N.Y. 2018 / Re: NANY 2018 Release: PlainTasks
« Last post by wraith808 on January 02, 2019, 01:59 PM »
It's a pretty minor feature (though I know major to you :)), so I just upped the minor build.  I might look to see if there's anything I want to add, and up it to 1.1  :Thmbsup:
1198
DC Gamer Club / Re: Interesting Game Jam on itch.io
« Last post by wraith808 on January 02, 2019, 01:18 PM »
Just found a link on motherboard about downloading all of the public domain works:

https://motherboard....ed-the-public-domain

Even though the works are in the public domain, they're for sale in a lot of places, so finding them free can be difficult.
1199
DC Gamer Club / Interesting Game Jam on itch.io
« Last post by wraith808 on January 02, 2019, 11:04 AM »
I just joined the Gaming Like it's 1923 Game Jam on itch.io.  It will be my first, and I'll probably be doing an analog game (short RPG or something similar).

It's based on works released to the public domain on January 1st from those expiring from 1923.  Sounds like a cool idea for a Game Jam!

A source for works is https://law.duke.edu...ublicdomainday/2019/

There's also a spreadsheet: https://law.duke.edu...3_works_renewed.xlsx
1200
Developer's Corner / Re: Delphi / Windows 7 / ColorFonts like Emoji
« Last post by wraith808 on January 02, 2019, 08:04 AM »
I think Delphi at version 5 Pro is now outdated.

The concepts that Miles was talking about transcend version, so I think we're OK with that.  :Thmbsup:

Welcome to the site!
Pages: prev1 ... 43 44 45 46 47 [48] 49 50 51 52 53 ... 403next