d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Abducts Electronics/project/development Thread
Prev15678926Next
Add Reply New Topic New Poll
Member
Posts: 13,425
Joined: Sep 29 2007
Gold: 0.00
Warn: 20%
Feb 10 2014 03:13pm
Quote (NinjaSushi2 @ Feb 10 2014 05:05pm)
And that keeps your desktop from crashing?


No it just stops and resets the Aero service. If you customized your task bar/window bar colors with transparency and colors then you would most likely have Aero installed. What happens on my computer is that I run an application that doesn't play well with windows, and while it's running I have a 30% chance Aero will crash resulting in an ugly desktop (that light blue non transparent style that you get when you first install Windows 7). All the script does is stop are restarts the service to fix and reset it back so your desktop becomes pretty again.

If you right click your desktop and select Personalize, then switch between the Aero themes and "windows 7 basic" theme you will see the difference of having it enabled or not.

This post was edited by AbDuCt on Feb 10 2014 03:14pm
Member
Posts: 35,454
Joined: Jan 25 2009
Gold: 1,173.00
Feb 10 2014 04:10pm
Quote (AbDuCt @ 10 Feb 2014 16:13)
No it just stops and resets the Aero service. If you customized your task bar/window bar colors with transparency and colors then you would most likely have Aero installed. What happens on my computer is that I run an application that doesn't play well with windows, and while it's running I have a 30% chance Aero will crash resulting in an ugly desktop (that light blue non transparent style that you get when you first install Windows 7). All the script does is stop are restarts the service to fix and reset it back so your desktop becomes pretty again.

If you right click your desktop and select Personalize, then switch between the Aero themes and "windows 7 basic" theme you will see the difference of having it enabled or not.


lol I know what AERO is. I think it's funny you made a script that keeps aero working so it looks pretty. I also think it's cool you can do that. I must learn to script.
Member
Posts: 13,425
Joined: Sep 29 2007
Gold: 0.00
Warn: 20%
Feb 10 2014 04:26pm
Quote (NinjaSushi2 @ Feb 10 2014 06:10pm)
lol I know what AERO is. I think it's funny you made a script that keeps aero working so it looks pretty. I also think it's cool you can do that. I must learn to script.


Well having your desktop crash multiple times a day gets annoying and the only way to make it work that I bothered to find is a service restart. So might as well have a one click solution so I don't have to type all the time.
Member
Posts: 13,425
Joined: Sep 29 2007
Gold: 0.00
Warn: 20%
Feb 11 2014 07:37pm
To go along with my console modding, I am also diving into console flashing and hacking. I am planning on purchasing one of these which are used to flash xbox dvd drives with custom firmware. Might start up my own modding/flashing underground shop once I get more of my modchips prototyped and produced.



This post was edited by AbDuCt on Feb 11 2014 07:40pm
Member
Posts: 13,425
Joined: Sep 29 2007
Gold: 0.00
Warn: 20%
Feb 12 2014 01:27am
How to turn notepad++ from just another text editor, into a full fledged scripting IDE.

With 5 (fifth being optional) easy steps you can turn notepad++ into something that will help you with scripting rather then slow you down.

1) Goto Settings->Preferences and check "Hide" under tab bar, and check "Show" under Document List Panel in the General page.
2) Goto Auto-Completion page and check "Enable auto-completion on each input" and "Function completion" and "function parameters hit on input."
3) Download and install the NppExec plugin and under Plugins->NppExec select "Show console dialog"
4) Download a auto completion package for your scripting language of choice in my case, Ruby. I used the one from here, http://sketchucation.com/forums/viewtopic.php?f=180&t=33972&hilit=+Notepad#p298769, and it has been working quite nicely. If you ever find something that isn't auto completing you can add it to the end of the easy to edit XML file.
5) (Optional) You can download a new notepad++ color scheme that suits your language or your tastes (or if you just want to code at 4am without burning your eyes on the white background). I personally use the one located here: http://therubyway.***/2008/11/23/rails-on-notepad/ Please note though that some languages *staring at you PHP* don't play nicely and look ugly as all hell. For ruby it is some of the better ones I've seen.


If all went well you should of been able to configure your notepad++ instance from looking like this:



To looking like this:


Member
Posts: 62,204
Joined: Jun 3 2007
Gold: 9,039.20
Feb 12 2014 06:38am
Quote (AbDuCt @ Feb 12 2014 01:27am)
How to turn notepad++ from just another text editor, into a full fledged scripting IDE.

With 5 (fifth being optional) easy steps you can turn notepad++ into something that will help you with scripting rather then slow you down.

1) Goto Settings->Preferences and check "Hide" under tab bar, and check "Show" under Document List Panel in the General page.
2) Goto Auto-Completion page and check "Enable auto-completion on each input" and "Function completion" and "function parameters hit on input."
3) Download and install the NppExec plugin and under Plugins->NppExec select "Show console dialog"
4) Download a auto completion package for your scripting language of choice in my case, Ruby. I used the one from here, http://sketchucation.com/forums/viewtopic.php?f=180&t=33972&hilit=+Notepad#p298769, and it has been working quite nicely. If you ever find something that isn't auto completing you can add it to the end of the easy to edit XML file.
5) (Optional) You can download a new notepad++ color scheme that suits your language or your tastes (or if you just want to code at 4am without burning your eyes on the white background). I personally use the one located here: http://therubyway.%2A%2A%2A/2008/11/23/rails-on-notepad/ Please note though that some languages *staring at you PHP* don't play nicely and look ugly as all hell. For ruby it is some of the better ones I've seen.


If all went well you should of been able to configure your notepad++ instance from looking like this:

http://i.imgur.com/V5vZFc7.png

To looking like this:

http://i.imgur.com/pUsMXmG.png


Sexy Notepad++, you can also pick different styles from:
Code
Settings → Style Configurator...

Do you know of any good or recommended auto-completion packages for Python?

:(
Member
Posts: 13,425
Joined: Sep 29 2007
Gold: 0.00
Warn: 20%
Feb 12 2014 01:16pm
Quote (killgoreisleet @ Feb 12 2014 08:38am)
Sexy Notepad++, you can also pick different styles from:
Code
Settings → Style Configurator...

Do you know of any good or recommended auto-completion packages for Python?

:(


I haven't really looked for python auto-completion packages because I don't really work in it often. I'd imagine someone has taken the time to make one, or if all fails you can parse the python docs online and output to a xml files for notepad++ to use.
Member
Posts: 11,637
Joined: Feb 2 2004
Gold: 434.84
Feb 12 2014 01:19pm
Why not just use something like PyCharm?
Member
Posts: 13,425
Joined: Sep 29 2007
Gold: 0.00
Warn: 20%
Feb 12 2014 06:45pm
My voltage regulators came in today, I can finally start working on some of these prototypes I've planned out.

These are based off the LM317 regulator and can be tuned to any voltage between 1.8 and 38 via the pot, the only requirement is that you have a voltage input of what you are trying to tune to + 2. For instance if I want 9 volts, my minimum voltage input has to be 11 volts.




This post was edited by AbDuCt on Feb 12 2014 06:45pm
Member
Posts: 104,694
Joined: Apr 25 2006
Gold: 10,485.00
Feb 12 2014 06:48pm

I'd keep an eye on that cap on the left ^^
Go Back To Computers & IT Topic List
Prev15678926Next
Add Reply New Topic New Poll