Search Results for "telegram source code" - Page 37

Showing 2192 open source projects for "telegram source code"

View related business solutions
  • Find Hidden Risks in Windows Task Scheduler Icon
    Find Hidden Risks in Windows Task Scheduler

    Free diagnostic script reveals configuration issues, error patterns, and security risks. Instant HTML report.

    Windows Task Scheduler might be hiding critical failures. Download the free JAMS diagnostic tool to uncover problems before they impact production—get a color-coded risk report with clear remediation steps in minutes.
    Download Free Tool
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 1
    A capsule tree is a general purpose, self-balancing tree data structure for large, ordered, data-sets. It is designed to provide the same characteristics as B-trees and B+trees, but built from the ground up for in-memory usage. In other words, there are no provisions for “slow” I/O cases. The original motivation for this tree was a better backend for memory managers. However, the end result was a new sub-category of trees. The implementation giving here is just one implementation of...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    My own opensource sample code
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    XCTruck3D _Truck

    XCTruck3D _Truck

    realistic truck simulator with 3D graphics done from zero

    A truck/car simulator,with realistic physics and oldstyle graphics: it displays pixels through the SDL graphics routines, or the X11 if using that version (has some issues:so use the SDL ver).While the 3D graphics is done by the program itself without external libraries.The environment is a hilly terrain:total freedom to drive around.A remake of the classic "Terep 2". Written in the C programming language: although the code is 30 pages long, it's simple. Trailer can be detouched pressming...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Wolfenstein 3-D Redux is about the preservation of id Software's archetypal First Person Shooter Wolfenstein 3-D. The restoration involved the removal of the gangrenous 16-bit code, while adding support for a number of new technologies.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Retool your internal operations Icon
    Retool your internal operations

    Generate secure, production-grade apps that connect to your business data. Not just prototypes, but tools your team can actually deploy.

    Build internal software that meets enterprise security standards without waiting on engineering resources. Retool connects to your databases, APIs, and data sources while maintaining the permissions and controls you need. Create custom dashboards, admin tools, and workflows from natural language prompts—all deployed in your cloud with security baked in. Stop duct-taping operations together, start building in Retool.
    Build an app in Retool
  • 5
    shrink
    The shrink library provides a single API into several compressionalgorithms. It enables developers to easily add compression and decompression functionality to an existing code base. Currently it supports: LZO LZ77 LZMA
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    GC GreatCode

    GC is a well known C/C++ source code beautifier.

    GC greatcode is a C/C++ source code beautifier that is now fully open source. The distribution zip file contains the source code together with a windows executable. Executable files for Linux can be build from the source files (makefiles being constructed via premake4). The original author of GC no longer has time to maintain the source code, but others are adding to the code base.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    This is a C source code scanner based on symbolic logic. It analyses C source code (especially that of the Linux kernel, at which it is aimed) for programming errors and vulnerabilities. The tests are defined by the user.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    sokobanbyabsoftcorp

    OPEN Source Sonic Sokoban

    Sonic Sokoban est un jeu de casse tête réalisé par Rygel Louv "Ghost Hunter" ( Membre trés actif de la Communauté Absfoftcorp ) . Le jeu est publié par Absolute Software Corporation (http://absoftcorp.com/) sous licence GPL. En effet le code source du jeu est diffusé sur le site pour permettre à qui le souhaite de l'étudier, l'améliorer ou le modifier à sa guise à condition de ne pas le commercialiser et de citer l'auteur. Sonic Sokoban est inspiré du tutoriel programmation en langage C de M@teo21 sur le Site du Zéro (http://www.siteduzero.com) que je remercie en passant.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9

    C Algorithm Viewer

    C/C++,Assembly source code flowchart

    This is a small program that shows flowchart from C source code . This program may help the user analyze C/C++ source and Assembly(x86,PIC MCU(16fxx,24fxx))code by navigating the flowcharts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Axe Credit Portal - ACP- is axefinance’s future-proof AI-driven solution to digitalize the loan process from KYC to servicing, available as a locally hosted or cloud-based software. Icon
    Axe Credit Portal - ACP- is axefinance’s future-proof AI-driven solution to digitalize the loan process from KYC to servicing, available as a locally hosted or cloud-based software.

    Banks, lending institutions

    Founded in 2004, axefinance is a global market-leading software provider focused on credit risk automation for lenders looking to provide an efficient, competitive, and seamless omnichannel financing journey for all client segments (FI, Retail, Commercial, and Corporate.)
    Learn More
  • 10
    Source Navigator NG is based upon RedHat's Source Navigator. Source Navigator is a source code analysis tool. With it, you can edit your source code, display relationships between classes and functions and members, and display call trees.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Hefesto is a build system. The main goal in design of this application is to be generic. With Hefesto you can easily build toolsets for widely used compilers. Under Hefesto's context a "toolset" can be understood as a set of commands that can be used to create something, for example, a toolset for Hefesto C language calls the command "compile" to create the object files and then calls the command "link" to create the binary. The toolsets are expressed in a particular...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    A project to embed Lua on different hardware platforms. Currently ARM variants are targeted, but it should be possible to port it to any platform that is supported by the gcc+newlib combo. Platform access libraries will also be provided.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Elmer is a tool which embeds a Python module into a C, C++, or Tcl application. The embedded Python module is used just as if it was written in the same language as the application itself, without requiring any knowledge of the Python/C API.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    NKA

    Nonlinear Krylov acceleration of fixed-point and Newton-like methods

    Nonlinear Krylov Acceleration (NKA) is a method for accelerating the convergence of fixed-point (Picard) iterations. Many Newton-like and inexact Newton methods are fixed point iterations. The NKA project provides the canonical implementation of the method for several programming languages. The black-box accelerator is simple to integrate into existing code. Placed in the iteration loop, it observes the sequence of solution updates and replaces them with improved updates using information...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    ArduEMS-328

    Arduino Engine Management System

    This project is based on the original open source MegasquirtAVR, which became the closed source commercial product known as VEMS. There is a full copy of the original website in the Downloads section. It has the same features as Megasquirt 1 and can be tuned in MegaTunix, MegaTune or TunerStudio as a Megasquirt 1 B&G2.0-3.0. The code is compiled for the ATmega328p so the supported boards should be: - Arduino Uno - Arduino Duemilanove - Arduino Diecimila - Arduino NG - Arduino Extreme v2 - Arduino Extreme Note: only tested on Arduino Duemilanove No schematics are available yet, but please have a look at the MegasquirtAVR schematics. ...
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    fem2d

    2D Finite Element Method Tools

    Collection of programs developed to perform various engineering analyses on structures using the finite element technique.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Deep Space Pirates
    A space combat simulator game/learning project. All the info in our wiki: https://sourceforge.net/apps/mediawiki/dspirates/index.php?title=Main_Page Our code at: https://deepspacepirates.codeplex.com/SourceControl/latest
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Software for the autonomous robot GATTACA (alias CrossTiger). C-Code for low level control on Atmega328p. JAVA-Code for remote control panels and online/offline data visualization.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    A C library for big numbers. bign.tar.gz is the set of library files. Expand it wherever you want. bnstart.html is a beginners guide. buserdoc.html is definition and complete instructions. Everything works.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20

    NewWolfLives

    A fork resurrecting NewWolf (Wolfenstein 3D for OpenGL on Windows)

    NewWolf was last updated in 2006 (version 0.73). As I have not heard back from the author and have some fixes and ideas for improvements, I'm creating this fork for those who want a more modern (although perhaps less "authentic") Wolfenstein 3D experience. With the code on GitHub, it will be easy for anyone else to fork in case I also disappear!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    QuickSock

    QuickSock

    A simple C++ socket library used to make socket programming tolerable.

    ...Things to add in the future: * Proper support for IPV6 networking. * Optional reliable messaging. * TCP support. * C++ native stream support. / Better error checking. * An asynchronous socket class. The source code for the project is provided 'as-is' to anyone who wants it, edit it as you like. I'd prefer it if you'd credit me for the official version, but that's completely optional
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    GridPACK is a community-developed open-source collection of code for use in power systems research, analysis, and operation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    mod_gnutls

    mod_gnutls

    mod_gnutls apache module

    mod_gnutls uses the GnuTLS library to provide SSL 3.0, TLS 1.0, TLS 1.1 and 1.2 encryption for Apache HTTPD. It is similar to mod_ssl in purpose, but does not use OpenSSL.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24
    Oscilloscope components, including 100MHz quad A/D, VHDL code for Xilinx FPGA, and driver for Octave or Matlab.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    The Pinball Machine Reverse Engineering Kit (PMREK) includes source code for a Linux 2.6 kernel module and a user program to control Bally pinball machines manufactured between 1977 and 1985 via memory-mapped I/O.
    Downloads: 0 This Week
    Last Update:
    See Project