236 links
  • Zertrin's links
  • Home
  • Login
  • RSS Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
page 1 / 1
18 results tagged windows x
  • WizTree - The Fastest Disk Space Analyzer
    Wed Feb 7 02:04:49 2024 - permalink -
    - https://diskanalyzer.com/
    analysis filesystem free software windows
  • WinPython
    WinPython is a free open-source portable distribution of the Python programming language for Windows 8/10 and scientific and educational usage.

    It is a full-featured Python-based scientific environment:

        - Designed for scientists, data-scientists, and education (thanks to NumPy, SciPy, Sympy, Matplotlib, Pandas, pyqtgraph, etc.):
            - interactive data processing and visualization using Python with Spyder and Jupyter/IPython, Pyzo, IDLEX or IDLE
            - fully integrated Cython and Numba! See included example
            - connectors (cffi, odbc, rpy2, scilab2py, requests, ...) for advanced users
        - Portable:
            - Runs out of the box(*) on any Windows 8+ with 2GB Ram (Jupyter Notebook will require a recent browser)
            - The WinPython folder can be moved to any location (**) (local, network, USB drive) with most of the application settings
        - Flexible:
            - You can install as many WinPython distributions as you want on the same machine: each one is isolated and self-consistent
            - These installations can be of different versions of Python (3.7/3.8/3.9...)
        - Customizable:
            - The integrated WinPython Package Manager (WPPM) helps installing, uninstalling or upgrading Python packages
            - It's also possible to install or upgrade packages using pip from the WinPython command prompt
            - A configuration file allows you to set environment variables at runtime

    WinPython is something different from other Python Distributions (see historic motivation and concept):

        - non-invasive: WinPython lives entirely in its own directory, without any OS installation
        - customizable: add your missing packages, zip the WinPython directory and give it to your students
        - do your own version: a winpython-creator kit is made available for you
    Fri Jan 19 18:04:33 2024 - permalink -
    - https://winpython.github.io/
    install jupyter portable python windows
  • Home, Not So Sweet Home
    This post is a detailed discussion into user profiles, their directories, and how they are—to put it bluntly—in total disarray on Windows and Linux (I haven't used a Mac in ages, but I assume the situation is very similar there, too). Applications treat the user profile as a dumping ground, and any user with a reasonably wide list of installed software will find their user profile very difficult to traverse after some time in use. There are platform conventions and attempts to standardise things on more open-source platforms, but a lot of developers resolutely refuse to change the behaviour of their software for a variety of reasons (some less valid than others).

    The first part is a deep dive into user profiles on Linux and Windows, and the conventions that have been established on these platforms over the years. The second section details how they are broken on each platform, and why they are broken.
    Mon Aug 28 11:10:45 2023 - permalink -
    - https://gist.github.com/sharadhr/39b804236c1941e9c30d90af828ad41e
    linux programming windows
  • How To Easily Print A Large Image To Multiple Pages In Windows | Scottie’s Tech.Info
    This tip is really great:

    "You’re going to find this hard to believe, but that built-in Windows app that will split-print an image for you is none other than Microsoft’s much-maligned Paint application!!"


       1. Open the image you’d like to print in Paint
       2. Select: Print -> Page Setup (Vista and 7), or File -> Page Setup (in XP)
       3. Under Scaling, select Fit to and change the setting to something like “2 by 2 page(s)”
       4. Click OK
       5. Print the image from Paint, and make sure to select “All Pages”
    Thu Mar 3 10:53:58 2016 - permalink -
    - http://scottiestech.info/2009/08/08/how-to-easily-print-a-large-image-to-multiple-pages-in-windows/
    image map pages paint print split windows
  • NirSoft - freeware utilities: password recovery, system utilities, desktop utilities
    NirSoft web site provides a unique collection of small and useful freeware utilities, all of them developed by Nir Sofer.
    Sat Jan 23 13:29:16 2016 - permalink -
    - http://www.nirsoft.net/
    free nirsoft outils software tools windows
  • Ultimate Outsider: Understanding Windows 10 Upgrade System Settings
    Microsoft has gone to great lengths to get users of Windows 7 or Windows 8.1 to upgrade to Windows 10- by hook or by crook. While Microsoft has published very little technical information about their systems for encouraging and pushing Windows 10 upgrades to users of earlier operating systems, some of the published information that does exist is actually wrong or incomplete...

    I put together a video that explains some of the well-known Windows settings related to Windows 10 upgrades. It also demonstrates how some of the background tasks that Microsoft installs along with its Windows 10 program files actively reset system settings that you might have changed.

    You can view the video here, and the full transcript appears below.
    Thu Jan 14 10:15:53 2016 - permalink -
    - http://blog.ultimateoutsider.com/2016/01/understanding-windows-10-upgrade-system.html
    gwx microsoft registry update windows
  • Home | Attribute Changer
    Summary

    · Shell Extension ( right-click on files and folders in Windows Explorer )
    · Manage ReadOnly, Hidden, Archive, System, Compress and Index attributes
    · Manage Created, Modifed and Accessed date and time stamps
    · Manage photo ( EXIF ) date and time stamps
    · Apply absolute and offset values to date and time
    · Apply random date and time stamps
    · Synchronise date and time stamps
    · Change case of file and folder names and extensions
    · Apply filters on selection to restrict processing
    · Realtime and detailed reporting
    · Simulation mode
    · Extensive, localized user guide in PDF format
    · Attribute Changer is free, even for commercial use
    Tue Aug 4 15:49:43 2015 - permalink -
    - http://www.petges.lu/home/
    attribute changer date software time windows
  • Syncthing - Open Source Continuous File Synchronization
    Syncthing replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to choose where it is stored, if it is shared with some third party and how it's transmitted over the Internet.
    Thu Jul 30 11:25:58 2015 - permalink -
    - https://syncthing.net/
    data decentralized opensource p2p sync synchronization windows
  • NSSM - the Non-Sucking Service Manager
    nssm monitors the running service and will restart it if it dies. With nssm you know that if a service says it's running, it really is. Alternatively, if your application is well-behaved you can configure nssm to absolve all responsibility for restarting it and let Windows take care of recovery actions.

    nssm logs its progress to the system Event Log so you can get some idea of why an application isn't behaving as it should.

    nssm also features a graphical service installation and removal facility.
    Thu Jul 30 11:24:15 2015 - permalink -
    - http://nssm.cc/
    manager services windows
  • Python Extension Packages for Windows - Christoph Gohlke
    This page provides 32- and 64-bit Windows binaries of many scientific open-source extension packages for the official CPython distribution of the Python programming language.
    Fri Jul 24 11:28:06 2015 - permalink -
    - http://www.lfd.uci.edu/~gohlke/pythonlibs/
    download package python windows
  • No Wireshark? No TCPDump? No Problem!
    Have you ever been on a pentest, or troubleshooting a customer issue, and the "next step" was to capture packets on a Windows host?  Then you find that installing winpcap or wireshark was simply out of scope or otherwise not allowed on that SQL, Exchange, Oracle or other host?  It used to be that this is when we'd recommend installing Microsoft's Netmon packet capture utility, but even then lots of IT managers would hesitate about using the "install" word in association with a critical server.  Well, as they say in networking (and security as well), there's always another way, and this is that way.

    "netsh trace" is your friend.  And yes, it does exactly what it sounds like it does.
    Fri Mar 6 09:31:51 2015 - permalink -
    - https://isc.sans.edu/diary/No+Wireshark%3F+No+TCPDump%3F+No+Problem!/19409
    debug network windows
  • ZPAQ - Incremental Journaling Backup Utility and Archiver
    zpaq is a free and open source (GPL v3) incremental, journaling command-line archiver for Windows, Linux and Mac OS/X
    Tue Nov 25 13:01:38 2014 - permalink -
    - http://mattmahoney.net/dc/zpaq.html
    backup cli compression opensource windows zpaq
  • Hash it up
    HashTab provides OS extensions to calculate file hashes and supports many hash algorithms such as MD5, SHA1, SHA2, RipeMD, HAVAL and Whirlpool. As Windows desktop software HashTab runs as a Windows shell extension and on the Mac it is implemented as a Finder plugin. HashTab provides an easy way to verify file integrity and authenticity.
    Fri Oct 10 09:50:32 2014 - permalink -
    - http://implbits.com/products/hashtab/
    cryptography explorer file hash md5 SHA1 SHA256 SHA3 windows
  • xlwings - Replace Excel VBA with Python!
    Make Excel fly with Python!

    Replace your VBA code with Python, a powerful yet easy-to-use programming language that is highly suited for numerical analysis. Supports Windows & Mac!

    - Easy deployment: The receiver of an xlwings-powered spreadsheets only needs Python with minimal dependencies — or nothing at all when shipped with the Python
    - Cross-Platform: xlwings works with Microsoft Excel on Windows and Mac.
    - Plug-and-Play: No cumbersome installation of Excel add-ins or license keys.
    - Flexible: Works with pretty much every combination of Excel and Python.
    - Two way communication: Call Python from Excel or interact with Excel from Python.
    - Free and open-source: xlwings is released under a permissive BSD-License.
    Sun Sep 28 21:38:41 2014 - permalink -
    - http://xlwings.org/
    excel programming python vba windows
  • Installeurs Flash hors-ligne pour Windows
    [mirrored from http://sebsauvage.net/links/?qXEa6Q]

    Histoire de se rappeler les URLs:
     - Tous navigateur (sauf IE): https://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player.exe
     - IE: https://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player_ax.exe

    (Notez que Chrome a sa propre version de Flash.)
    (via https://github.com/Reihar/get-windows-software via http://lehollandaisvolant.net/?mode=links&id=20140127160742)
    Sun Jul 13 15:10:16 2014 - permalink -
    - https://shaarli.zertrin.org/?fca6tQ
    download flash install offline player windows
  • Unchecky - Keeps your checkboxes clear
    Unchecky automatically unchecks unrelated offers, both saving you mouse clicks and making it less likely to miss a checkbox of an unwanted offer.
    Installers often try to sneak additional programs as a natural part of the installation. Unchecky warns you when you try to accept a potentially unwanted offer, which makes it less likely to be accepted accidentally.
    Thu Feb 13 12:25:11 2014 - permalink -
    - http://unchecky.com/
    install software unchecky windows
  • Link Shell Extension
    Excellent ajout à l'explorateur Windows pour créer facilement des liens durs ou symboliques.

    "Link Shell Extension (LSE) provides for the creation of Hardlinks, Junctions, Volume Mountpoints, and Windows7/8's Symbolic Links, (herein referred to collectively as Links) a folder cloning process that utilises Hardlinks or Symbolic Links and a copy process taking care of Junctions, Symbolic Links, and Hardlinks. LSE, as its name implies is implemented as a Shell extension and is accessed from Windows Explorer, or similar file/folder managers. The extension allows the user to select one or many files or folders, then using the mouse, complete the creation of the required Links - Hardlinks, Junctions or Symbolic Links or in the case of folders to create Clones consisting of Hard or Symbolic Links. LSE is supported on all Windows versions that support NTFS version 5.0 or later, including Windows XP64 and Windows7/8"
    Sat Oct 26 20:33:33 2013 - permalink -
    - http://schinagl.priv.at/nt/hardlinkshellext/hardlinkshellext.html
    symlinks windows
  • Passing more than 9 parameters to a batch file
    Very dirty trick... but it works.
    Wed Mar 13 14:20:23 2013 - permalink -
    - http://munishbansal.wordpress.com/2008/12/21/passing-more-than-9-parameters-to-a-batch-file/
    batch parameters windows
Links per page: 20 50 100
page 1 / 1
Shaarli - The personal, minimalist, super-fast, no-database delicious clone by the Shaarli community - Help/documentation