Protect your business with AI policies and data loss prevention in the browser
Make AI work your way with Chrome Enterprise. Block unapproved sites and set custom data controls that align with your company's policies.
Download Chrome
Create and run cloud-based virtual machines.
Secure and customizable compute service that lets you create and run virtual machines.
Computing infrastructure in predefined or custom machine sizes to accelerate your cloud transformation. General purpose (E2, N1, N2, N2D) machines provide a good balance of price and performance. Compute optimized (C2) machines offer high-end vCPU performance for compute-intensive workloads. Memory optimized (M2) machines offer the highest memory and are great for in-memory databases. Accelerator optimized (A2) machines are based on the A100 GPU, for very demanding applications.
Cyclone is an easy to use, one- or two-way synchronization tool. It use a clean command-line interface. It aims to be compact (less than 10 Ko) and cross-platform (as it is coded in standard python).
Backup and restore of files to web mail systems, ftp, sftp. Uses free storage of gmail/hotmail etc. Archives files, splits large files, encrypts and uploads. Requires python (tested with python 2.5)
Console program that allows you to backup your personal twitter account. Should run regulary as a cron job. Uses the Twitter API, therefore should run for compatible services like Identi.ca also. Later, some reporting functionality will be added.
ImapArchiver is a tool which can be used to save the all imap account into a local directory/archive. The ideal objective is to used it with cron to automatically make a back up of your imap account
Run applications fast and securely in a fully managed environment
Cloud Run is a fully-managed compute platform that lets you run your code in a container directly on top of scalable infrastructure.
Run frontend and backend services, batch jobs, deploy websites and applications, and queue processing workloads without the need to manage infrastructure.
Create email archives getting IMAP mailfolders or POP3 mailboxes. Search emails by sender/receiver/subject/body among already existing backup files (i.e. on dvd) in plain or compressed format. Tested on Linux-x86, Linux-PPC and Windows-XP platforms.
A new replacement module for python zipfile module, overcoming its current limitations. Some of them include support for: bzip2 (de)compression, removal of files in archive, file-like object API to ZIP archive members, traditional PKWARE encryption, etc.
Arrowbase is a collection of tools for backup persoses. Together they combine a backup system that can
be used on more then one Operating system. This makes the project not only widely spread but portable as
wel.
Create and convert pipeline at scale through industry leading SMS campaigns, automation, and conversation management.
TextUs is the leading text messaging service provider for businesses that want to engage in real-time conversations with customers, leads, employees and candidates. Text messaging is one of the most engaging ways to communicate with customers, candidates, employees and leads. 1:1, two-way messaging encourages response and engagement. Text messages help teams get 10x the response rate over phone and email. Business text messaging has become a more viable form of communication than traditional mediums. The TextUs user experience is intentionally designed to resemble the familiar SMS inbox, allowing users to easily manage contacts, conversations, and campaigns. Work right from your desktop with the TextUs web app or use the Chrome extension alongside your ATS or CRM. Leverage the mobile app for on-the-go sending and responding.
CAIRN is a modular copy and restore program for the imaging of a computer. It copies every file on a computer and figures out how to recreate it from scratch. It is primarily network oriented but is also flexible enough to boot from any possible method.
JabSync is a program intended to synchronize the rosters of two (or more) distinct Jabber accounts.
It is written in Python and uses the jabberpy library.
File transfer using shared Folders in a local network with automatic synchronization. Also P2P-Folders will be implemented in the 2nd stage.
Take advantage of Mesh-Network technologies for LAN operation.
A human-readable ISC-Licensed implementation of the LZO1X algorithm.
LZO is a compression library which is widely used around the world. The main problem with LZO is that it is absolutely not human readable.
People have done crazy stuff to get LZO to run in their language. Usually it implies inline assembly or trying to execute data which actually contains machine code. This is sick. Whoever is responsible for this sorry situation ought to be ashamed.
So I'm going to deobfuscate LZO and provide a ISC implementation of this algorithm in Python and C. In...