Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 02/12/2015 in all areas

  1. Updated 4.5.2, with hotfix rollup 3022670
    2 points
  2. Slim Microsoft .NET Framework 4.6.1 Full x86/x64 Slim Microsoft .NET Framework 4.6.1 Full x86/x64 Incl. Language Packs (ar cs da de el es fi fr he hu it ja ko nl no pl pt-BR pt-PT ru sv tr zh-Hans zh-Hant) Some tools and resources for (re)creating your own slim (intl) installer .NET4.6.1 SFX Maker (installer repacker): .NET4.6.1 Intl SFX Maker (if you want to add LP): Silent "No GUI" SFX alternative: Slim down your dotNET4(.6.x) & LP installers: If you cant find a hotfix try using the KB(1234567) number w/ this URL: Slim Language Packs: Arabic: N/A Chinese (Simplified): Chinese (Traditional): Czech: Danish: Dutch: Finnish: French: German: Greek: Hebrew: Hungarian: Italian: Japanese: Korean: Norwegian (Bokmal): Polish: Portuguese (Brazil): Portuguese (Portugal): Russian: Spanish: Swedish: Turkish: http://support2.microsoft.com/hotfix/KBHotfix.aspx?kbnum=1234567
    1 point
  3. As part of my final year project (if approved). I will be focusing a lot on threading. Currently Win Tookit uses background workers with apparently are bad for performance. I've been experimenting and here are some results compare the current method used by Win Toolkit and a new method. Parallel will also use more CPU cores and I will let you choose in Options how many you want to use. By default it would be ProcressorCount - 1, so if you have a quad core with hyperthreading (8), it will use 7 by default. Test 1: The test was to get the MD5 values for 1300+ MSU files. -------------------------------------------- Not Updating GUI:- Current: 19270ms (19 seconds) New: 5499ms (5.4 seconds) 350% speed increase! When updating the GUI:- Current: 38417ms (38.4 seconds)New: 9576ms (9.5 seconds) 401% speed increase! -------------------------------------------- Test 2: The test was to get the MD5 values for 55652 files. Not Updating GUI:- Current: 466165ms (466 seconds / 7.7 minutes) New: 4943ms (4.9 seconds / 0.082 minutes) 9430% speed increase! When updating the GUI:- Current: 500754ms (501 seconds / 8.34 minutes) (testing....)New: 13334ms (13.3 seconds / 0.22 minutes) 3755% speed increase! ----------------------------------------------------------- The results so far look very promising! Imagine integrating EVERY gadget, EVERY wallpaper, EVERY custom files, EVERYTHING except Updates + Drivers being integrated at the same time as everything else. I'm still continuing my research...
    1 point
  4. So many thanks indeed! I'm working on a much more deep in details guide as I found that some point are not that clear as I would. I will take care of your suggestion for sure! I always use one of the many free image hosting sites for any images I want to post on any of the forums I participate in, and would suggest you try that. When you click the "Image" button in the Edit Box toolbar, you simply put in the link to your image and the image should appear integrated in the post the way you want it. Some of the many advantages to this approach are that it usually always works in all the forums that I'm aware of, it makes it easier for you to then use that same image in other places if you need to, and it doesn't take up any of the board storage space and takes up less of its bandwidth. And it's easy. EDIT: In looking closer at your tutorial, it seems that you probably tried to do as I suggested, but when you tried to insert your .png images, you probably got this message when you tried to post: so you switched to [ url ] links instead, thinking you were not able to post images for some reason? Well, I got the same result when I tried it, so it's not you. For some reason the board software doesn't seem to like either ImageShack, (I don't have an account there so I couldn't verify that), or it doesn't like .png images, or something. When I took one of your images, converted it to .jpg, and uploaded it to imgur.com, I was able to link to the image, (the image had to have the .jpg extension in the link), and have it displayed embedded in the post as it should be. I'll send a note to NIM, the admin, to see if there is some setting he can change to allow .png images. I would hope he can, because the .png images from ImageShack show up just fine while editing the post, it just won't let you actually save the post. In the meantime, you might want to go ahead and convert your images to .jpg, and possibly try a different image hosting service. Postimage.org or Tinypic.com are two other alternative services. I can do all that for you if you need the help. We'll get it working one way or the other. EDIT 2: NIM confirmed that .png files are already allowed. So I downloaded your 1.png file from ImageShack, and uploaded it to imgur.com, Postimage.org and Tinypic.com. They all worked as desired as you can see here: Here's 1.png at imgur.com Here's 1.png at postimg.org Here's 1.png at tinypic.com Something is different about the way that ImageShack works, or doesn't work. If you look at the BBCode, you will see that the above images are all direct links, ie complete with the .png extension. I don't know if such a thing is available at ImageShack or not. Quite frankly, I tried to use ImageShack to resolve these questions and failed. I discovered that I did already have a free account there, and was able to log into my account, but then was not successful in even being able to upload an image. I got an error message that said roughly -- "One or more image failed to upload. Try again later." -- no matter how often I tried, and I couldn't figure out how to upload an image anonymously, if that is even possible. So to do what you want in your tutorial you might have to either get direct links from ImageShack, or use a different service. That's the best I can tell at this point. I'd be happy to discuss further options with you, either here in the thread or via PM whichever you think is more appropriate. Once we get the matter resolved, I'll delete these posts, or move them to a more suitable location, so they won't distract from the tutorial. As you work to fine tune your posts, you might find it helpful to edit in BBCode Mode, instead of WYSIWYG mode, if you are familiar with BBCode. To toggle in and out of BBCode mode, click the little button in the top left of the Edit Box, directly above the "B" button. It should have a popup label of "BBCode Mode". You might need to make some edits in one mode and some in the other to get it to look exactly like you want it to. NOTE: There have been enough problems in the past with the board software that if you are making or editing a long post I would strongly suggest occasionally saving your post in BBCode mode with "Ctrl-A, Ctrl-C" on a regular basis so that if something goes wrong, and it often will. you don't have to start over from scratch. The IPBoard software can be a royal pain at times. Some folks even prefer to create or edit their post using Notepad or some other text editor and copy the completed post in when it is ready. Thanks again for putting up such a great tutorial. Cheers and Regards
    1 point
×
×
  • Create New...