Search Results for "git:/git.code.sf.net/p/docfetcher/code" - Page 46

Showing 2180 open source projects for "git:/git.code.sf.net/p/docfetcher/code"

View related business solutions
  • Get full visibility and control over your tasks and projects with Wrike. Icon
    Get full visibility and control over your tasks and projects with Wrike.

    A cloud-based collaboration, work management, and project management software

    Wrike offers world-class features that empower cross-functional, distributed, or growing teams take their projects from the initial request stage all the way to tracking work progress and reporting results.
    Learn More
  • The AI-powered unified PSA-RMM platform for modern MSPs. Icon
    The AI-powered unified PSA-RMM platform for modern MSPs.

    Trusted PSA-RMM partner of MSPs worldwide

    SuperOps.ai is the only PSA-RMM platform powered by intelligent automation and thoughtfully crafted for the new-age MSP. The platform also helps MSPs manage their projects, clients, and IT documents from a single place.
    Learn More
  • 1
    Manjaro Awesome WM Respin

    Manjaro Awesome WM Respin

    A Manjaro Linux respin based on the popular 'awesome window manager'

    ...It is mainly targetted at people who are new to tiling WMs, or experienced people who want to have a fully functional system after the installation. Links. Forum Thread - http://forum.manjaro.org/index.php?topic=7315.0 Code - https://github.com/Culinax/manjaro-awesome-respin Manjaro Linux - http://manjaro.org/ awesome - http://awesome.naquadah.org
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    L-OS is a 3D angine written in Intel 8086 assembly for 16-bit real mode. The engine currently features Mode X support with wireframe meshes. L-OS is a booting package that can be installed to hard drive via floppy disk.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    SecureQEMU is an open source emulation-based software protection scheme providing protection from reverse code engineering (RCE) and software exploitation using encrypted code execution and page-granularity code signing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    ...MinimalModbus is an easy-to-use Python module for talking to instruments (slaves) from a computer (master) using the Modbus protocol, and is intended to be running on the master. Example code includes drivers for Eurotherm and Omega process controllers. The only dependence is the pySerial module (also pure Python). This software supports the ‘Modbus RTU’ and ‘Modbus ASCII’ serial communication versions of the protocol, and is intended for use on Linux, OS X and Windows platforms. It is open source, and has the Apache License, Version 2.0.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Quality and compliance software for growing life science companies Icon
    Quality and compliance software for growing life science companies

    Unite quality management, product lifecycle, and compliance intelligence to stay continuously audit-ready and accelerate market entry

    Automate gap analysis across FDA, ISO 13485, MDR, and 28+ regulatory standards. Cross-map evidence once, reuse across submissions. Get real-time risk alerts and board-ready dashboards, so you can expand into new markets with confidence
    Learn More
  • 5
    SLOCCount is an easy-to-use tool that counts Source Lines of Code (SLOC). It auto-determines the language(s) (inc. C, C++, Ada, Assembly, shell, COBOL, C#, Fortran, Haskell, Java, LISP/Scheme, Perl, PHP, Python, Ruby, SQL). It also estimates cost & time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    ADC - Auto (.net) Mouse Clicker

    An auto mouse clicker

    An automated mouse clicker written in C# (.NET) and utilizing P/Invoke
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Knock to Windows

    Knock to Windows

    Knock Code for Windows - While Screen On

    ...Just set pattern and that's all. No need to remember difficult password. It's a great alternative for stock Windows password lock. Beta Changes: https://sourceforge.net/p/knocktowindows/tickets/2/ If you liked my project you can donate with Bitcoins: http://goo.gl/ZYMTX7
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Medusa

    Medusa

    An open source interactive disassembler

    ...To disassemble a file you have to use medusa_text or qMedusa. Medusa requires the following libraries: boost >= 1.55 (system, filesystem, thread, date_time), OGDF (required git), and Qt5 >= 5.2 for the GUI. You also need CMake for compilation and a C++11 compiler (VS2015 update 2 on Windows). Git is optional but allows to clone remote repository for specific features. If you do not wish to install the various dependencies on your system, you can use this docker image instead. Even though it is working out of the box, you may want to customize it to suit your needs or for added security (e.g. restrict ssh access to public key authentication only).
    Downloads: 3 This Week
    Last Update:
    See Project
  • 9

    Debian Unstable/testing alpha.

    Pre-Alpha Console distro for high performance Linux computing.

    ...Final alpha release features: ======== * Usb image * General debian repos * VM optimizations * Hugepages by default * CGROUPs optimized by default * ALSA * Latest Debugging / Baremetal kernels * Full Haswell and MIC support in test * Full optimized python support * Full optimized perl support * Java compliance * IPv6 full stack with IPsets * Multipath storage * Overclocking tools * Student/Developer scripts. (git pull, builders) * i915 latest support drivers and gallium. * Kernel patching, testing featurettes * Wi-Fi and bluetooth ipv4 support * Latest GCC versions * Qt, Java, Maven, Desktop improvements Notes ==== Basic Console Pre-alpha build Test and rate for improvemen
    Downloads: 0 This Week
    Last Update:
    See Project
  • DriveStrike: Remote Wipe | Data Breach Protection Icon
    DriveStrike: Remote Wipe | Data Breach Protection

    . From Fortune 500 to small businesses with remote workers, every industry can gain from premium endpoint security.

    DriveStrike protects devices and data in the event of loss, theft, or use in remote locations. Remotely locate, lock, and wipe devices you manage to prevent data compromise. DriveStrike prevents data breaches to ensure confidentiality, compliance, and a competitive edge.
    Learn More
  • 10
    Generic macroprocessor, primarily aimed at complex data-driven code generation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    G-CNC Sender

    G-CNC Sender

    GCode sender for ramps and marlin firmware for CNC Milling Machine

    GCode sender for ramps and marlin firmware for CNC Milling Machine 3D preview RS232 and RS232 over TCP drivers Full GComands control, disable, replace, pause. Full machine control Remap XYZ coordinates GComands description After install select Help->Check for updates..
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    How to Make a Computer Operating System

    How to Make a Computer Operating System

    How to Make a Computer Operating System in C++

    A practical guide and GitHub-hosted project by Samy Pesse that walks you through building a very simple UNIX-based operating system in C++, designed to boot, launch a userland shell, and remain extensible. It’s more than a proof of concept—it’s meant to be functional and educational. All the system source code will be stored in the src directory. Each step will contain links to the different related files. This course is open to contributions, feel free to signal errors with issues or directly correct the errors with pull-requests.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    AoEde

    Virtual ATA over ethernet (AoE) target for Linux

    ...Tiny and optimized for best performance on embedded Linux devices: home/office NAS'es that usually has limited RAM and CPU resources Also contains some experimental features that, when supported by initiator, - even more improve performance & reliability. Currently only AoE Disk (https://sourceforge.net/projects/aoedisk/) takes all advantages of that features. Blog: https://sourceforge.net/p/aoede/blog/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    AWSDaylight

    AWSDaylight

    Application to enable daylight saving of AWStats configs

    This is a bash script do that is possible enable or disable daylight saving of yours AWStats reports confs. AWSDaylight.sh -t TIMEZONE -c CONFS -d -n [-p PATHCONFS] -h -h : Show this help message -t : Define timezone of normal time. Ex.: -3 (to Brazil) -c : Define confs to be changed. Ex.: site1,site2 (comma separated) -d : Set daylight saving -n : Set normal time -p : (optional) Define path of awstats.site.conf. Default is /etc/awstats/ To schedule execution on crontab. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    icon-de

    icon-de

    A Small Linux Desktop Environment (DE)

    一个自己开发的LINUX桌面环境(Desktop Environment) 3.0.4版本发布!!! 请到ubuntu中文看细节。 http://forum.ubuntu.org.cn/viewtopic.php?f=1&t=372366 wiki: https://sourceforge.net/p/icon-de/wiki/Home/ 注意:有多个DEB包,不要直接点“Download Now”按钮,请点击“笑脸”进入项目“Summary”页,然后点“Files”或者“Browse All Files”,再分别下载安装。 不要只下载其中一个。否则可能运行不正常。 arch用户的安装包里面,已经包含源码,可解压和本地编译。
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    YAKINDU Statechart Tools / itemis CREATE
    itemis CREATE - formerly known as Yakindu Statechart Tools (SCT) - is a tool for the specification and development of reactive, event-driven systems with the help of state machines. It consists of an easy-to-use tool for graphical editing and provides validation, simulation and code generators for different target platforms. Visit http://www.statecharts.org for more information! !! YAKINDU SCT HAS MOVED !! DOWNLOAD FROM https://info.itemis.com/download-yakindu-statechart-tools
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    AoE Disk

    AoE Disk is a driver for using ATA over Ethernet under Windows(tm) .

    ...Also it supports protocol extensions implemented in AoEde target to even more improve performance (see https://sourceforge.net/projects/aoede/) Blog: https://sourceforge.net/p/aoedisk/blog/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    LZWStream

    The LZW algorithm in C#

    Implementation of the LZW algorithm in C#, adhering to the built-in System.IO.Compression. The algorithm and code is much improved, compared to projects like SharpLZW. The LZW algorithm is for arbitrary lossless data compression and are noticeable for simplicity and low (compared to others) memory consumption. Making it interesting for eg. embedded use. There're many other LZW implementations out there. This one is focused on KISS and C#.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    Chakra Linux-CK

    Chakra Linux-CK

    Custom kernel for Chakra Linux that contains Con Kolivas' CK patchset

    ...Additionally, the bfs imparts performance gains beyond interactivity. Linux-ck roughly follows the release cycle of the official Chakra kernel, and contains: * Upstream code * CK's Patchset * BFQ Patchset * Chakra config.x86_64 sets
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    SearchInZipFiles

    Searches text in files contained in zip files

    Select a directory, a text to be searched for, a file pattern for zip files (Example: *.zip) and a file pattern for files within the zip files (Example: *.txt) and the tool will search all matches of the searched text.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21
    QRemoteControl-Client

    QRemoteControl-Client

    QRemoteControl is a remote control application for your mobile phone.

    ...The client application is currently available for Android, Blackberry, MeeGo and Symbian. You can download the client software and precompiled versions for Linux and the Raspberry Pi here: http://qremote.org/download.php#Download The source code is now hosted on GitHub: https://github.com/strahlex/QRemoteControl-Client
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    DbMaintain enables automatic roll-out of updates to a relational database. It brings database scripts into version control just like regular source code and can be used to transparantly deploy databases from development on to production.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    ArduMIDIMerge

    ArduMIDIMerge

    3 port MIDI merger based on Arduino Mega

    This is the source code for a 3 port MIDI merger based on an Arduino Mega and a serial LCD display.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Huffman Stuff

    I want to test some ways to store the data for the Huffman Tree

    Lectures on Huffman Code mostly focus on creating the Huffman Tree and converting the given data into the new bitmap. But what about the informations needed to create the Huffman Tree? They must be stored as well. With this project I want to test some possibilities to store these data. gmp,h is needed to compile. See: http://gmplib.org/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    JabirOS for Raspberry Pi

    JabirOS for Raspberry Pi

    The Image of JabirOS for Raspberry Pi

    JabirOS is a BSD derivative, and now it's available for Raspberry Pi single boards. Link to Main Project : http://sourceforge.net/p/jabirproject
    Downloads: 0 This Week
    Last Update:
    See Project