Posts
-
serverless-stack-demo-api
Source for the demo app API in Serverless-Stack.com
Serverless Stack is a free comprehensive guide to creating full-stack serverless applications. We create a note taking app from scratch.
This repo is for the serverless backend API that we build over the course of the tutorial. You can find the repo for the frontend React app here. And the repo for the tutorial here.
This repo is split into:
- services: Serverless Framework services
- infrastructure: An SST app
Tags: #javascript • serverless-framework • demo
-
SIP.js
A simple, intuitive, and powerful JavaScript signaling library
- Create real-time peer-to-peer audio and video sessions via WebRTC
- Utilize SIP in your web application via SIP over WebSocket
- Send instant messages and view presence
- Support early media, hold and transfers
- Send DTMF RFC 2833 or SIP INFO
- Share your screen or desktop
- Written in TypeScript
- Runs in all major web browsers
- Compatible with standards compliant servers including Asterisk and FreeSWITCH
Tags: #typescript • sipjs • webrtc
-
isf
ISF(Industrial Control System Exploitation Framework),a exploitation framework based on Python
ISF(Industrial Exploitation Framework) is a exploitation framework based on Python, it’s similar to metasploit framework.
ISF is based on open source project routersploit.
Read this in other languages: English, 简体中文,
Tags: #python • ics • ics-exp
-
microsoft-authentication-library-for-js
Microsoft Authentication Library (MSAL) for JS
The Microsoft Authentication Library for JavaScript enables client-side JavaScript web applications, running in a web browser, to authenticate users using Azure AD for work and school accounts (AAD), Microsoft personal accounts (MSA), and social identity providers like Facebook, Google, LinkedIn, Microsoft accounts, etc. through Azure AD B2C service. It also enables your app to get tokens to access Microsoft Cloud services such as Microsoft Graph.
Tags: #typescript
-
apexcharts.rb
:bar_chart: Awesome charts for your ruby app powered by ApexCharts.JS.
ApexCharts.RB is a ruby charting library that’s going to give your ruby app beautiful, interactive, and responsive charts powered by [ApexCharts.JS]. On top of those sweet advantages, you’ll also get extra features that you can’t get by just including ApexCharts.JS to your ruby app, namely view/template helpers for creating charts, options shortcuts, application wide default options, reusable custom theme palette, and so on.
Tags: #ruby • charts • apexcharts
-
xsd2php
Convert XSD into PHP classes and JMS serializer definitions
There is one recommended way to install xsd2php via Composer:
- adding the dependency to your
composer.jsonfile:
"require": { .. "goetas-webservices/xsd2php-runtime":"^0.2.2", .. }, "require-dev": { .. "goetas-webservices/xsd2php":"^0.3", .. },Tags: #php • xsd • code-generation
- adding the dependency to your
-
framework
:gem: Go! AOP PHP - modern aspect-oriented framework for the new level of software development
Ask composer to create new project in empty directory:
composer create-project goaop/frameworkAfter that just configure your web server to
demos/folder and open it in your browser. Then you can look at some demo examples before going deeper into installing it in your project.Tags: #php • aspect-oriented-framework • aop
-
magento2-regenerate_url_rewrites
Magento 2 extension which add feature of regenerating a url rewrites of products/categories
- Email: contact@olegkoval.com
- LinkedIn: https://www.linkedin.com/in/oleg-koval-85bb2314/
Tags: #php • magento • magento2
-
laravel-pivot
This package introduces new events for sync(), attach(), detach() or updateExistingPivot() methods on BelongsToMany relation.
This package introduces new eloquent events for sync(), attach(), detach() or updateExistingPivot() methods on BelongsToMany relation.
Tags: #php • eloquent-events • laravel-events
-
PagingRecycler
A quick way to implement a paging pattern for a RecyclerView
A quick way to implement a paging pattern for a RecyclerView. PagingRecycler will show a “loading” view at the bottom of your RecyclerView while you are waiting for a page of results from your api call, then remove it when you are finished.
Tags: #java
subscribe via RSS