An open API service providing repository metadata for many open source software ecosystems.

GitHub / anton-bot 73 Repositories

[email protected]

anton-bot/debugging-timer

Measure the execution time of multiple sections of your code, then effortlessly print all the timer results at once to the console.

Language: JavaScript - Size: 2.93 KB - Last synced at: 21 days ago - Pushed at: almost 7 years ago - Stars: 3 - Forks: 2

anton-bot/aes-256-gcm

A static class that simplifies encryption/decryption using the AES 256 GCM algorithm.

Language: JavaScript - Size: 3.91 KB - Last synced at: about 22 hours ago - Pushed at: almost 7 years ago - Stars: 3 - Forks: 4

anton-bot/objects-to-csv

Converts an array of JavaScript objects into a CSV file, optionally saving it to filesystem.

Language: JavaScript - Size: 577 KB - Last synced at: 19 days ago - Pushed at: almost 2 years ago - Stars: 100 - Forks: 39

anton-bot/chinese-numbers-converter.js

Converts Chinese numbers into arabic `Number`, such as 兩百四十五 into 245.

Language: JavaScript - Size: 92.8 KB - Last synced at: 5 days ago - Pushed at: about 5 years ago - Stars: 25 - Forks: 5

anton-bot/mixed-english-and-chinese-tokenizer

Tokenizes sentences containing a mix of Chinese and English words.

Language: JavaScript - Size: 9.77 KB - Last synced at: 19 days ago - Pushed at: over 6 years ago - Stars: 5 - Forks: 2

anton-bot/nodejs-base64

The ultimate shortcut for the base64 encode/decode functions in Node.js.

Language: TypeScript - Size: 555 KB - Last synced at: 17 days ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 3

anton-bot/number-to-emoji

Converts a number like 1337 to emoji sequence like 1️⃣3️⃣3️⃣7️⃣. Or vice versa!

Language: JavaScript - Size: 2.93 KB - Last synced at: 18 days ago - Pushed at: about 7 years ago - Stars: 5 - Forks: 0

anton-bot/paraphrase-sentences 📦

Generate multiple variations of your sentence.

Language: JavaScript - Size: 7.81 KB - Last synced at: 17 days ago - Pushed at: over 6 years ago - Stars: 9 - Forks: 2

anton-bot/automatic-watson-conversation-backups

Automatically backs up Watson Conversation workspaces into your Bitbucket git repository

Size: 0 Bytes - Last synced at: 12 months ago - Pushed at: almost 7 years ago - Stars: 1 - Forks: 0

anton-bot/Full-Emoji-List

Full Emoji list presented as a C# class that can be used directly in your .NET projects.

Language: C# - Size: 11.7 KB - Last synced at: 12 months ago - Pushed at: about 5 years ago - Stars: 83 - Forks: 29

anton-bot/contains-chinese

Checks whether a string contains at least one Chinese character.

Language: JavaScript - Size: 2.93 KB - Last synced at: 14 days ago - Pushed at: over 7 years ago - Stars: 20 - Forks: 3

anton-bot/Facebook-Messenger-Voice-Message-Converter

Converts the Facebook Messenger voice messages from video/mp4 or audio/aac to the PCM/WAV format suitable for Bing Speech API

Language: C# - Size: 7.81 KB - Last synced at: 12 months ago - Pushed at: about 8 years ago - Stars: 7 - Forks: 3

anton-bot/s10

Generate and verify the check digit for the UPU S10 postal tracking codes

Language: JavaScript - Size: 542 KB - Last synced at: 16 days ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

anton-bot/guid-in-words

Create a random GUID in human-readable form.

Language: JavaScript - Size: 11.7 KB - Last synced at: 28 days ago - Pushed at: about 7 years ago - Stars: 8 - Forks: 0

anton-bot/telegram-chat-history-bot

A simple Telegram bot that saves the chat history from a public group chat

Language: TypeScript - Size: 11.7 KB - Last synced at: 12 months ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

anton-bot/lerna-mit Fork of lerna/lerna 📦

A fork of lerna that maintains the MIT license, forever.

Language: JavaScript - Size: 4.2 MB - Last synced at: 23 days ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

anton-bot/NodejsEmailSending Fork of Hspharwinder/NodejsEmailSending 📦

var sendEmail = async (data) =>{ // Generate test SMTP service account from ethereal.email // Only needed if you don't have a real mail account for testing let testAccount = await nodemailer.createTestAccount(); // create reusable transporter object using the default SMTP transport let transporter = nodemailer.createTransport({ // Start :: uncomment this for testing /* host: 'smtp.ethereal.email', port: 587, secure: false, // true for 465, false for other ports */ // End :: uncomment this for testing service: "Gmail", // comment this for test auth: { user: '[email protected]', // generated ethereal user pass: process.env.PASSWORD // generated ethereal password } }); messageBody = '<h2>There is details of created new artist </h2>' + '<br>Name ::: ' + data.Name + '<br>Email ::: ' + data.Email + '<br>Phone No. ::: ' + data.MobileNo + '<br>Description ::: ' + data.Description; // send mail with defined transport object let info = await transporter.sendMail({ from: '<[email protected]>', // sender address to: '[email protected], [email protected]', // list of receivers subject: 'New Artist Created ✔', // Subject line text: 'Detail of New Artist Created', // plain text body html: messageBody,// html body }); console.log('Message sent: %s', info.messageId); // Message sent: <[email protected]> // Preview only available when sending through an Ethereal account console.log('Preview URL: %s', nodemailer.getTestMessageUrl(info)); // Preview URL: https://ethereal.email/message/WaQKMgKddxQDoou... }

Size: 1.95 KB - Last synced at: 12 months ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

anton-bot/postman-request-promise-core Fork of request/promise-core 📦

Core Promise support implementation for the simplified HTTP request client 'request'.

Size: 46.9 KB - Last synced at: 12 months ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

anton-bot/postman-request-promise-native Fork of request/request-promise-native 📦

The simplified HTTP request client 'request' with Promise support. Powered by native ES6 promises.

Size: 32.2 KB - Last synced at: 12 months ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

anton-bot/gatsby Fork of gatsbyjs/gatsby 📦

Build blazing fast, modern apps and websites with React

Language: JavaScript - Size: 657 MB - Last synced at: 12 months ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

anton-bot/sample-web-app 📦

A sample web app to be used as a template for interview tasks.

Language: TypeScript - Size: 175 KB - Last synced at: 12 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

anton-bot/vp

Test assignment for the interview

Language: TypeScript - Size: 244 KB - Last synced at: 12 months ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

anton-bot/hatch-assignment-backend

A test assignemtn for Hatch Innovations - backend

Language: TypeScript - Size: 159 KB - Last synced at: 12 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

anton-bot/hatch-assignment-frontend

A test assignemtn for Hatch Innovations - frontend

Language: TypeScript - Size: 381 KB - Last synced at: 12 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

anton-bot/mock-bank-ui

A test assignment: develop a basic frontend for a bank

Language: TypeScript - Size: 2.04 MB - Last synced at: 12 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

anton-bot/telegpt

GPT as a service via a Telegram bot.

Language: TypeScript - Size: 159 KB - Last synced at: 12 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

anton-bot/lol-stats

Sample LoL stats app with AWS Lambda backend and React frontend

Language: TypeScript - Size: 472 KB - Last synced at: 12 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

anton-bot/expand-contractions Fork of JamesHight/node-contractions 📦

Convert English contractions to complete words.

Language: JavaScript - Size: 11.7 KB - Last synced at: 22 days ago - Pushed at: almost 3 years ago - Stars: 5 - Forks: 0

anton-bot/LUIS-App-To-Excel-Converter

Converts an exported LUIS app in JSON format into an Excel (CSV) containing the intents and utterances.

Language: HTML - Size: 4.88 KB - Last synced at: 12 months ago - Pushed at: over 8 years ago - Stars: 1 - Forks: 4

anton-bot/async-csv

ES7 async-await wrapper for the popular `csv` package.

Language: TypeScript - Size: 650 KB - Last synced at: 9 months ago - Pushed at: over 2 years ago - Stars: 12 - Forks: 2

anton-bot/locale-enum

A TypeScript enum of all locales, such as "en-US".

Language: TypeScript - Size: 44.9 KB - Last synced at: about 1 month ago - Pushed at: almost 5 years ago - Stars: 3 - Forks: 3

anton-bot/pause-until

Pauses the execution of a function until you manually unblock it.

Language: JavaScript - Size: 4.88 KB - Last synced at: 13 days ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

anton-bot/content Fork of mdn/content

The content behind MDN Web Docs

Size: 169 MB - Last synced at: 12 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

anton-bot/SpeechToText-WebSockets-Javascript Fork of Azure-Samples/SpeechToText-WebSockets-Javascript

SDK & Sample to do speech recognition using websockets in Javascript

Language: TypeScript - Size: 674 KB - Last synced at: 12 months ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

anton-bot/getusermedia-async

A promise-based, awaitable, browser-independent getUserMedia function to get user's audio or video.

Language: JavaScript - Size: 2.93 KB - Last synced at: 3 days ago - Pushed at: over 7 years ago - Stars: 2 - Forks: 0

anton-bot/sp-rest-api.js

A lightweight JS library to work with SharePoint lists using the SharePoint REST API.

Language: HTML - Size: 436 KB - Last synced at: 12 months ago - Pushed at: over 6 years ago - Stars: 4 - Forks: 2

anton-bot/redux Fork of reduxjs/redux

Predictable state container for JavaScript apps

Size: 13.7 MB - Last synced at: 12 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

anton-bot/perfect-fizzbuzz

A perfect, functional, testable FizzBuzz example.

Language: TypeScript - Size: 48.8 KB - Last synced at: 12 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

anton-bot/celsius

A simple converter from Celsius to Fahrenheit and vice versa.

Language: JavaScript - Size: 294 KB - Last synced at: 3 days ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

anton-bot/gmail-parser Fork of RyunDoKim/gmail-parser

Size: 15.6 KB - Last synced at: 12 months ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

anton-bot/hongkong-average-weather

API and frontend for viewing average weather in Hong Kong

Language: JavaScript - Size: 944 KB - Last synced at: 12 months ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

anton-bot/gatsby2

Size: 0 Bytes - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

anton-bot/npm-expansions Fork of npm/npm-expansions

Send us a pull request by editing expansions.txt

Size: 890 KB - Last synced at: 12 months ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

anton-bot/validator.js Fork of validatorjs/validator.js

String validation

Size: 3.43 MB - Last synced at: 12 months ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

anton-bot/jsconsole Fork of remy/jsconsole

Web based console - for presentations and workshops

Language: JavaScript - Size: 850 KB - Last synced at: 12 months ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

anton-bot/aws-codebuild-user-guide Fork of awsdocs/aws-codebuild-user-guide

The open source version of the AWS CodeBuild docs. You can submit feedback & requests for changes by submitting issues in this repo or by making proposed changes & submitting a pull request.

Size: 841 KB - Last synced at: 12 months ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

anton-bot/browser-compat-data Fork of mdn/browser-compat-data

This repository contains compatibility data for Web technologies as displayed on MDN

Language: JavaScript - Size: 9.37 MB - Last synced at: 12 months ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

anton-bot/botkit-starter-web Fork of howdyai/botkit-starter-web

Botkit Anywhere - a starter kit for building a bot that lives in your website or app

Language: JavaScript - Size: 500 KB - Last synced at: 12 months ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

anton-bot/Librefox Fork of intika/Librefox

Librefox, patches for mainstream Firefox for an enforced privacy and security

Language: JavaScript - Size: 5.11 MB - Last synced at: 12 months ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

anton-bot/rfc Fork of zeromq/rfc

ZeroMQ RFC project

Language: C - Size: 708 KB - Last synced at: 12 months ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

anton-bot/node-csv-docs Fork of adaltas/node-csv-docs

Website for the csv projects

Language: JavaScript - Size: 4.17 MB - Last synced at: 12 months ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

anton-bot/zombie Fork of assaf/zombie

Insanely fast, full-stack, headless browser testing using node.js

Language: JavaScript - Size: 5.19 MB - Last synced at: 12 months ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

anton-bot/monty-hall-simulator

Simulates the Monty Hall Problem over a given number of iterations, with an arbitrary number of doors.

Language: JavaScript - Size: 6.84 KB - Last synced at: 18 days ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

anton-bot/node-wordnet-magic Fork of Planeshifter/node-wordnet-magic

tools for working with Princeton's lexical database WordNet

Language: JavaScript - Size: 263 KB - Last synced at: 12 months ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

anton-bot/squarespace-selling-plugin

A plugin to sell content like video courses via Squarespace.

Size: 1000 Bytes - Last synced at: 12 months ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

anton-bot/simple-chinese-word-segmentation Fork of dotSlashLu/nodescws

scws (Simple Chinese Word Split) node.js binding

Language: C - Size: 8.26 MB - Last synced at: 12 months ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

anton-bot/news-ycombinator-telegram

Reposts news from Hacker News (news.ycombinator.com) into a Telegram channel.

Language: JavaScript - Size: 11.7 KB - Last synced at: 12 months ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

anton-bot/t1-conway-game-of-life

A Conway's Game of Life implementation.

Size: 1000 Bytes - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

anton-bot/async-request Fork of gajus/async-request

async-request is a wrapper for request that uses ES7 async functions.

Language: JavaScript - Size: 21.5 KB - Last synced at: 12 months ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

anton-bot/azure-iis-log-analyzer-online

A quick tool to analyze the IIS web server access logs from Azure. Just copy and paste the log, and get some instant stats.

Language: JavaScript - Size: 101 KB - Last synced at: 12 months ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

anton-bot/cards-against-humanity

A backend and frontend for the online version of the Cards Against Humanity game.

Language: JavaScript - Size: 99.6 KB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

anton-bot/nodejs-promise-timeout.js

Resolve or reject a promise automatically when the timeout expires

Language: JavaScript - Size: 6.84 KB - Last synced at: 1 day ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

anton-bot/status-promise

A Promise that exposes a status (fulfilled, rejected or pending).

Language: JavaScript - Size: 3.91 KB - Last synced at: 20 days ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

anton-bot/RxJS Fork of Reactive-Extensions/RxJS

The Reactive Extensions for JavaScript

Language: JavaScript - Size: 64.9 MB - Last synced at: 12 months ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

anton-bot/node-mssql Fork of tediousjs/node-mssql

Microsoft SQL Server client for Node.js

Language: JavaScript - Size: 960 KB - Last synced at: 12 months ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

anton-bot/why-is-node-running Fork of mafintosh/why-is-node-running

Node is running but you don't know why? why-is-node-running is here to help you.

Language: JavaScript - Size: 15.6 KB - Last synced at: 12 months ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

anton-bot/jsSHA Fork of Caligatio/jsSHA

A JavaScript implementation of the complete Secure Hash Standard family (SHA-1, SHA-224, SHA3-224, SHA-256, SHA3-256, SHA-384, SHA3-384, SHA-512, SHA3-512, SHAKE128, and SHAKE256) as well as HMAC

Language: JavaScript - Size: 622 KB - Last synced at: 12 months ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

anton-bot/alexa-skill-short-hello-world-example

Shortest possible Alexa Skill hello world example. Because Amazon's example is too long.

Language: JavaScript - Size: 2.93 KB - Last synced at: 12 months ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

anton-bot/fake-mark-six

A simulation of Hong Kong's popular lottery.

Language: JavaScript - Size: 3.91 KB - Last synced at: 12 months ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

anton-bot/botbuilder-google-maps

Send maps to user and receive user's location in Bot Framework using Google Maps.

Language: JavaScript - Size: 8.79 KB - Last synced at: 12 days ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

anton-bot/luis-sdk-async

An easier, awaitable, well-documented way to call Microsoft's LUIS service.

Language: JavaScript - Size: 5.86 KB - Last synced at: 5 days ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

anton-bot/botbuilder-qna-maker

A shorter, easier way for calling the Microsoft QnA maker service.

Language: JavaScript - Size: 7.81 KB - Last synced at: about 1 month ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 1

anton-bot/BotBuilder Fork of microsoft/botframework-sdk

The Microsoft Bot Builder SDK is one of three main components of the Microsoft Bot Framework. The Microsoft Bot Framework provides just what you need to build and connect intelligent bots that interact naturally wherever your users are talking, from text/SMS to Skype, Slack, Office 365 mail and other popular services.

Language: C# - Size: 58.7 MB - Last synced at: 12 months ago - Pushed at: over 8 years ago - Stars: 0 - Forks: 0