18 programs for "c# read doc file" with 1 filter applied:

  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • The #1 Embedded Analytics Solution for SaaS Teams. Icon
    The #1 Embedded Analytics Solution for SaaS Teams.

    Qrvey saves engineering teams time and money with a turnkey multi-tenant solution connecting your data warehouse to your SaaS application.

    Qrvey’s comprehensive embedded analytics software enables you to design more customizable analytics experiences for your end users.
    Try Developer Playground
  • 1
    scrcpy

    scrcpy

    Display and control your Android device

    scrcpy is an application for displaying and controlling your Android device through USB connection (or over TCP/IP). It is cross-platform (GNU/Linux, macOS and Windows) and does not require any root access. scrcpy displays only the device screen but offers great performance (30~60fps) and quality (1920×1080 or above). It’s got low latency (35~70ms) and a very low startup time (less than a second). It offers plenty of great features and is non-intrusive, with nothing left installed inside...
    Downloads: 16,254 This Week
    Last Update:
    See Project
  • 2
    LiteDB

    LiteDB

    An open source MongoDB-like database with zero configuration

    LiteDB is a serverless database delivered in a single small DLL (< 450kb) fully written in .NET C# managed code (compatible with .NET 4.5 and NETStandard 2.0). Install it via NuGet or just copy the DLL to your bin project folder. LiteDB is a simple and fast NoSQL database solution. Ideal for mobile apps (Xamarin ready), desktop/local applications, application file format, web applications, and one database per account/user data store. Portable UWP and Xamarin iOS/Android, ACID transactions...
    Downloads: 23 This Week
    Last Update:
    See Project
  • 3
    react-native-pdf

    react-native-pdf

    A pdf component for react-native

    A react native PDF view component (cross-platform support) Read a PDF from a URL, blob, local file, or asset and can cache it. Display horizontally or vertically. Drag and zoom. Double tap for zoom. Support password-protected pdf. Jump to a specific page in the pdf. We use react-native-blob-util to handle file system access in this package, So you should install react-native-pdf and react-native-blob-util.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    MMKV for Android

    MMKV for Android

    An efficient, small mobile key-value storage framework

    MMKV for Android is an efficient, small mobile key-value storage framework developed by WeChat. Works on Android, iOS, macOS, Windows, and POSIX. Efficient. MMKV uses mmap to keep memory synced with file, and protobuf to encode/decode values, making the most of Android to achieve best performance. MMKV supports concurrent read-read and read-write access between processes. Easy-to-use. You can use MMKV as you go. All changes are saved immediately, no sync, no apply calls needed. MMKV contains...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Shift, the browser that merges all of your web apps into one powerful window. Icon
    Shift, the browser that merges all of your web apps into one powerful window.

    Your power browser.

    Streamline everything you do online when you install Shift and access thousands of apps without leaving your browser. Connect all of your Gmail, Outlook, and Office 365 accounts and manage everything from one centralized window. Build out your Shift browser with apps that integrate seamlessly so you have ultra-fast access to all the tools you use to stream, shop, work, browse, and stay connected. Shift brings it all together.
    Try for Free
  • 5
    DAR - Disk ARchive

    DAR - Disk ARchive

    For full, incremental, compressed and encrypted backups or archives

    ... on a remote cloud storage, by only reading/fetching the necessary data to perform the operation. Dar saves *all* UNIX inode types, takes care of hard links, sparse files as well as Extended Attributes (MacOS X file forks, Linux ACL, SELinux tags, user attributes) and some Filesystem Specific Attributes (Linux ext2/3/4, Mac OS X HFS+) more details at: http://dar.linux.free.fr/doc/Features.html
    Leader badge
    Downloads: 150 This Week
    Last Update:
    See Project
  • 6
    ImageMagick

    ImageMagick

    Display, convert, and edit raster image and vector image files

    ImageMagick® is a free and open-source software suite for displaying, converting, and editing raster image and vector image files. It can read and write over 200 image file formats, and can support a wide range of image manipulation operations, such as resizing, cropping, and color correction. ImageMagick is written in C and is available for a wide range of operating systems, including Linux, macOS, and Windows. It can be used as a standalone application, or as a library that can...
    Leader badge
    Downloads: 86 This Week
    Last Update:
    See Project
  • 7
    Ring

    Ring

    Simple and flexible programming language for applications development

    The Ring is a practical general-purpose multi-paradigm language. The supported programming paradigms are Imperative, Procedural, Object-Oriented, Functional, Meta programming, Declarative programming using nested structures, and Natural programming. The language is portable (Windows, Linux, macOS, Android, etc.) and can be used to create Console, GUI, Web, Games and Mobile applications. The language is designed to be Simple, Small and Flexible.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 8
    ... Pali Tipitaka. In the Pali Scripture reading interface, click the corresponding button, and you can automatically open the notes and re annotation scriptures corresponding to the paragraphs currently displayed in the scripture reading 4. can input Pali vocabulary and search in Pali Tipitaka (root, annotation, re annotation, others). 5. How use this pali dictionary database in ***iPhone/Mac : a. to App Store to download 'Eudic' dict b. download mdx file in here. c. import mdx to 'Eudic'.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 9
    Calendar
    Calendar、Task This is only a read-only mirror repository. Main repository: https://github.com/KangLin/Calendar
    Downloads: 2 This Week
    Last Update:
    See Project
  • Build enterprise-ready GenAI experiences with MongoDB Atlas Icon
    Build enterprise-ready GenAI experiences with MongoDB Atlas

    Combine the power of Google Cloud's robust infrastructure with the flexibility and scalability of MongoDB Atlas.

    MongoDB Atlas is a unified developer platform that enables you to confidently accelerate the deployment of GenAI-powered applications. Additionally, when purchased on Google Cloud Marketplace, you pay for only the resources you use with no upfront commitment.
    Get Started
  • 10
    LunarCalendar

    LunarCalendar

    Use Qt write lunar calendar.

    Use Qt write lunar calendar. The repository is only read mirror of github. Main repository: https://github.com/KangLin/LunarCalendar .
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    properties

    properties

    another c#-like property accessor for c++11 and above.

    A property is a member that provides a flexible mechanism to read, write, or compute the value of a private field. Properties can be used as if they are public data members, but they are actually special methods called accessors. This enables data to be accessed easily and still helps promote the safety and flexibility of methods. * Github repository : https://github.com/gammasoft71/properties * Homepage : https://gammasoft71.wixsite.com/properties * Reference guide : https://codedocs.xyz...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Cool Reader

    Cool Reader

    A cross-platform XML/CSS based eBook reader

    CoolReader is fast and small cross-platform XML/CSS based eBook reader for desktops and handheld devices. Supported formats: FB2, TXT, RTF, DOC, TCR, HTML, EPUB, CHM, PDB, MOBI. Platforms: Win32, Linux, Android. Ported on some eInk based devices.
    Leader badge
    Downloads: 887 This Week
    Last Update:
    See Project
  • 13
    PackerNg

    PackerNg

    Next-generation Android packaging tool

    packer-ng-plugin is the next channel Android Gradle plug packing tools, support speed packaging, 100 th channel packet takes only 10 seconds, the speed gradle-packer-plugin of 300 or more times, for CI systems can be easily integrated, At the same time, it provides command-line packaging scripts, and channel reading provides Python and C language implementations. Channel name list file is a plain text file, read by rows, each row of a channel, the first blank line and end of the line...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    ViaVoip

    ViaVoip

    A portable peer to peer voice-chat/walkie-talkie.

    .... It is free and open source. Please read the last post for updates before downloading: -> https://sourceforge.net/p/viavoip/blog/. You can check for version upgrades via the (i) button from time to time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    FreeOTFE

    FreeOTFE

    A free "on-the-fly" transparent disk encryption program for PC & PDAs.

    An upstream source site housing the original files for this mirror is no longer available. With this software, you can create one or more "virtual disks" on your PC/PDA. These disks operate exactly like a normal disk, with the exception that anything written to one of them is transparently, and securely, encrypted before being stored on your computer's hard drive.
    Downloads: 26 This Week
    Last Update:
    See Project
  • 16
    C# frontend for an offline dictionary from dict.cc. Download, compile with nant doc and see the documentation in the directory doc for more details.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Symbian setting list without programming, no resource file needed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Handling files in PalmOS is a nightmare when you want to read/write the files in both RAM and VFS. This library is a abstract layer for handling PDB files in PalmOS and other OS/platform. For more information: http://pflib.wiki.sourceforge.net/
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next