Leaderboard
Popular Content
Showing content with the highest reputation on 05/07/2016 in all areas
-
mesale0077 asked me whether I could code some CSS loading animations from different web sites. These are the results using GDI+ (AutoIt v3.3.12.0+ required!): _GDIPlus_MonochromaticBlinker.au3 / _GDIPlus_RotatingBokeh.au3 _GDIPlus_SpinningCandy.au3 / _GDIPlus_SteamPunkLoading.au3 _GDIPlus_IncreasingBalls.au3 / _GDIPlus_PacmanProgressbar.au3 _GDIPlus_StripProgressbar.au3 / _GDIPlus_RingProgressbar.au3 _GDIPlus_LineProgressbar.au3 / _GDIPlus_SimpleLoadingAnim.au3 _GDIPlus_TextFillingWithWater.au3 / _GDIPlus_MultiColorLoader.au3 _GDIPlus_LoadingSpinner.au3 / _GDIPlus_SpinningAndPulsing.au3 _GDIPlus_TogglingSphere.au3 / _GDIPlus_CloudySpiral.au3 _GDIPlus_GlowingText.au3 (thanks to Eukalyptus) / _GDIPlus_HypnoticLoader.au3 _GDIPlus_RotatingRectangles.au3 / _GDIPlus_TRONSpinner.au3 _GDIPlus_RotatingBars.au3 / _GDIPlus_AnotherText.au3 (thanks to Eukalyptus) _GDIPlus_CogWheels.au3 (thanks to Eukalyptus) / _GDIPlus_DrawingText.au3 (thanks to Eukalyptus) _GDIPlus_GearsAnim.au3 / _GDIPlus_LEDAnim.au3 _GDIPlus_LoadingTextAnim.au3 / _GDIPlus_MovingRectangles.au3 _GDIPlus_SpinningAndGlowing.au3 (thanks to Eukalyptus) / _GDIPlus_YetAnotherLoadingAnim.au3 _GDIPlus_AnimatedTypeLoader.au3 / _GDIPlus_Carousel.au3 Each animation function has a built-in example how it can be used. AiO download: GDI+ Animated Wait Loading Screens.7z (previous downloads: 1757) Big thanks to Eukalyptus for providing several examples. Maybe useful for some of you Br, UEZ PS: I don't understand CSS - everything is made out of my mind, so it might be different from original CSS examples1 point
-
Some Graphical Examples using GDI+ Vol. II build 2016-05-07 (33 examples) This is the continuation of "Some Graphical Examples using GDI+ Vol. I" with currently 33 examples in "snippet style". For downloads and screenshots just visit the download section. All examples should properly run on Win7+ operating systems / tested on AutoIt v3.3.14.2! More examples will follow from time to time. Thanks to Eukalyptus! Please report any issues / feel free to post any comment. Have fun.1 point
-
Regex toolkit
Earthshine reacted to UEZ for a topic
Seems to be a very handy RegEx tool. My three suggestions: import text from clipboard resizeable GUI for larger edit controls show/hide functionality of the right help panel to make the GUI more compact Drag'n drop doesn't load the text file.1 point -
You can do something like this: Identify the java function responsable for "build" the url. You need to know that depending on how the url is "build" you will not be able to get the direct download link. Then modify the function and use the _IEHeadInsertEventScript. At the end of the modified function make an alert or a modification in the website html to show the url. You can also manually input the java in the addressbar. This is just one method to make a java function spill the data you want.1 point
-
@argumentum thank for letting me know. @BrewManNH thanks for explaining it, I used it in a lot of script and with this in mind I will get rid of this chunck of code.1 point
-
Regex toolkit
Earthshine reacted to BrewManNH for a topic
It's not needed because it actually makes your script much slower with a large amount of data. What this function does is takes the memory used by the program and dumps it to disk in the page file. Reading data from a file is many times slower than reading the same data from memory. Also, having more free memory means that all the money you spent on that 16Gbs of memory was a waste, because you're not actually using it. This was a useless holdover from the XP days, and wasn't even needed back then either.1 point -
Regex toolkit
Xandy reacted to argumentum for a topic
I don't remember very clearly the discussion here in the forums, but I remember it was useless. Try a compiled script with it and without it. You'll find that is not needed. Try for yourself.1 point -
It's how I interpreted the question. In the list, the word potentiometer breaks the pattern at the 8th character (...ometer). With the other three; once sorted, shorter words are completely contained within the longer versions (the start of the pattern repeats in its entirety - each time growing in size). The question may seem basic, but it's not necessarily obvious. I did some similar tests myself recently because I wasn't sure if the strings '1.' and '1.0' would be considered equal: as strings they are not. The character '0' is greater than no character at all! I guess that's good thinking.1 point
-
1 point