Jump to content

careca

Active Members
  • Posts

    2,401
  • Joined

  • Last visited

  • Days Won

    13

Files posted by careca

  1. String Trigger

    This is my take on string triggers, triggers on specific strings.
    Able to simple text pasting,
    opening links (as long as there's a www. http:\\ or https:\\ at the beggining)
    and is able to open applications, if there is a parameter in the parameter field, it uses it.
    Shows your lan, and gateway ip's, and opens them on a browser uppon click.
    Able to change system volume by a set percentage, reading from the inputbox the number the user sets, if 0 or empty uses system default.
    I made this because the existing string trigger applications didn't do it for me.

    1,047 downloads

       (0 reviews)

    8 comments

    Updated

  2. MirrorDir

    This is a folder backup tool, after i got tired of using tools made by others, that had either lack of functionality,
    or were overly complex, i decided to make my own, and this is it.
    MirrorDir mirrors dirs as the name says, simply select source and destination hit scan, review in the list if that's what you want it to do and press start copy.
    As this is a mirror sync tool, this means files that exist in destination but dont exist in source are marked for deletion.
    Other tools have other modes like the incrementing copy which does not delete anything, but i made this for me,
    only if there is a request i may think about adding features just for fun.
    Whats more? There's a save/load of profile and the profile is what contains the list of source and destination folders, these are kept in prefs.ini in folder MDir in local appdata.
    There are context menu's that allow for the removal of items from the profile list, either just for the list (in case you dont want to sync a specific folder, just this time)
    or delete from the list and the .ini .
    Best regards.
     
     

    960 downloads

       (0 reviews)

    0 comments

    Updated

  3. Regedit Control

    Hello, this is a tool made to be used with regedit, it starts regedit when run, then saves a list of the paths in registry the user browsed, on double click in the "history" list, it jumps to that key, it has 2 methods of jump, one is through favorites, the other through "lastkey".
    In certain cases you can use the context menu "follow" in keys like
    HKEY_CLASSES_ROOT\.abc
    to jump to
    HKEY_CLASSES_ROOT\abcfile
    As an example.
    The other context menu is "Clear", and its obvious it clears the listview.
    Best regards.

    584 downloads

       (1 review)

    0 comments

    Updated

  4. Renamer

    Hi, this is a tool to change folders or files names, very simple, drag or choose folder, write what you want the application to search for,
    write what you want it to be replaced with, select folders or files, case-sensitive or not, recursive or not and Go.
    Example: change all files that have 123 in their name to nothing (aka remove "123")
    so we write 123 in the "search", and leave the "replacement" field blank.
    file "123abc.exe" will become abc.exe
    file "456trt123.txt" Becomes "456trt.txt"
    As i said, simple.

    652 downloads

       (0 reviews)

    0 comments

    Updated

  5. Beats Player

    Music player, supports most known filetypes and flac, with a low memory and processor usage, designed to be used in the traybar, drag-drop files/folders to listview, save and load playlists, 5 recent folders (stores last imported folders), playback available with media keys, 1 click in tray icon to hide/show, double click title bar to hide to tray, and much more.
    It was made for me, and my needs, but im open to sugestions.
    Modifier key:
    +Arrows Up/Down Change volume,
    +P Pause/Resume, Play from start if stopped,
    +S Stops playback,
    +Arrows Left/Right Jump to previous/next track,
    +numbers 1,2,3.. being 1=10%, 2=20% etc and 0 being 100% volume of the player, (not numpad)
    (modifier key can be changed in the menu.)
    None of this would be possible without the help of the community!
    Coment or send PM for suggestions of improvement or issues you have.
    Thank ya'll.

    2,194 downloads

       (1 review)

    0 comments

    Updated

  6. Inconspicuous

    Let's say you have some files you dont want anyone to know what they are,
    and you dont want anyone to be able to open them, you could encrypt them,
    but if the files are big it'll take a long time to do the operations for you to be able to open those files.
    I made this to make this process faster, and still not easy for someone to open the files, or even know what type they are.
    What it does is change the filename to a random number with 8 digits and .inc extension.
    The original filename is encrypted in the file itself, with a PIN provided by the user up to 4 digits, this PIN is also a number that's going to be used to split the file and change it internally, so the end result is a file with a header that's got the original filename encrypted, and the rest of the file scrambled a bit.
    The way it works is simple, place the application in a folder where you want to hide the files, it will ask for a pin, after you press ok, the application asks :
    Encrypt or decrypt?
    If encrypt, the files will become the 8 digit .inc files.
    The originals will stay, the user can delete the originals or do whatever.
    Then to open the files back, same process, but this time choose decrypt, and a listview will show the random filenames and the corresponding decrypted/original filenames and extension, uppon double click they open with whatever application is the default for them. There's a search feature, and an "extract all" button, to get all files back to original/unencrypted versions.
    Feedback is wellcome.

    437 downloads

       (0 reviews)

    0 comments

    Submitted

  7. GPO Tool

    This is a tool to back up/export current settings in the group policy, or to import.
    The export button simply exports the group policies to a folder with a random name.
    The import prompts for a folder selection, and then tries to import the policy present in that folder.
    I made this because i found it was the most reliable and simpler way of doing it, now i just saved the exported folder, renamed it, and when i install windows again i just
    import the folder and all settings are placed.

    889 downloads

       (0 reviews)

    0 comments

    Submitted

  8. UninstallByShortcut

    I didn't see anything like this, so i figured i created it.
    The objective is to uninstall an application by right mouse clicking it's shortcut, and then selecting the uninstall in context menu.
    To make this work you simply run the exe to set the registry/context menu. To remove the context menu entry, run it again.
    That's it, it will only be called when there's a right mouse click in a shortcut file and the entry is pressed.
    Then it will search the registry for the path of the application and start the uninstall exe from respective application.
    From then on, the user has to go through the uninstaller process for that application.
    Any problem let me know.

    488 downloads

       (0 reviews)

    0 comments

    Updated

  9. Params Tool

    Params Tool is a tool to call exe's with a parameter you write in the input box.
    It will execute the written commands just like cmd prompt window.
    If the input field is empty, the default cmd is "/?"
    To start this tool:
    Double click it, it will write to registry.
    From there on it's just a question of shift+right click the exe you want to apply parameters to.
    To remove from registry:
    call the tool with the parameter /RemoveReg

    524 downloads

       (0 reviews)

    5 comments

    Updated

  10. SRT Subtitle Synchronizer

    Subtitle Synchronizer for '.srt' files, what you do is figure out what is the offset in time, if using SMPlayer you can vary the delay of the subtitles with 'Z' and 'X' keys.
    When it looks good, remember the value and put it in this application, with the corresponding operator plus or minus sign.
    Drag the .srt file to the application, or shift+right click on top of the file and press the context menu option.
    On the press of "Save" button, the original file will have the suffix '.bak' and the file that was dragged will be modified with the new timings.
    Note this only works if the subtitle has the same time offset throughout the entire duration of the film. This is more of a subtitle offset corrector than a synchronizer, i think, but anyway.
     
    Remove from context menu at any time by calling the application with /remove, or while its running, go to traymenu and press remove.
    Hope it serves you well.
    Many thanks for the people who helped, you know who you are.

    331 downloads

       (0 reviews)

    0 comments

    Updated

  11. Power Profiles Tool

    Set a profile as active, delete, duplicate, export and import.
    Changes to the profile itself are made in windows.
    The objective is to tweak the settings in windows, and then export the profile,
    then latter the user can import and set as active.
    Enjoy.

    665 downloads

       (0 reviews)

    0 comments

    Updated

  12. Finished Task Shutdown

    Lists windows and according to your preferences, waits for a window or process to close, and then shuts down the computer.
    For anyone who doesn't have the download window,
    in "about:config", set "browser.download.manager.useWindow" to "true".
    Source: https://developer.mozilla.org/en-US/docs/Download_Manager_preferences
    "browser.download.manager.useWindow".

    1,060 downloads

       (2 reviews)

    0 comments

    Updated

  13. Mac Address Changer

    Did this because i needed, retrieves a list of adapters from the registry, shows you your current Mac Address of the adapter in use, the user simply changes the second input field to the address he wants, then select the adapter on the list, and click 'set', after a reboot, the mac should be changed.
    (The field to input the mac to set accepts '-' ':' or no separation character. ex: AA:BB:CC... or AA-BB-CC... or AABBCC...)

    805 downloads

       (1 review)

    1 comment

    Updated

  14. Time4Shutdown

    Very simple timer, input the minutes for the shutdown, and click start, the countdown will start, and a tip will appear in the upper left part of the screen, when it reaches 0 it shutsdown, to cancel the schedule, just close the app.
    You can also, at anytime press reboot to reboot immediately.

    1,190 downloads

       (2 reviews)

    0 comments

    Submitted

  15. Network Speed Shutdown

    This will shutdown the pc whenever the download speed goes under the specified nº of KB/s.
    Should you find any issues, please report to me.

    987 downloads

       (1 review)

    0 comments

    Submitted

  16. Ohm's Law Calculator

    Ohm's Law Calculator, clear the field you need to calculate, power may give out zero, if both fields of power and amps are empty, clear power, and try again.

    990 downloads

       (0 reviews)

    0 comments

    Submitted

×
×
  • Create New...