Posts
-
openvk
Not-yet-federated open source social network inspired by VK.
OpenVK is an attempt to create a simple CMS that
cosplaysimitates old VKontakte. Code provided here is not stable yet.VKontakte belongs to Pavel Durov and VK Group.
To be honest, we don’t know whether if it even works. However, this version is maintained and we will be happy to accept your bugreports in our bug tracker. You should also be able to submit them using ticketing system (you will need an OpenVK account for this).
Tags: #php • openvk • social-network
-
servo
Netflix Application Monitoring Library
This project receives minimal maintenance to keep software that relies on it working. There is no active development or planned feature improvement. For any new projects it is recommended to use the Spectator library instead.
For more details see the Servo comparison page in the Spectator docs.
Tags: #java
-
googleads-python-lib
The Python client library for Google’s Ads APIs
This client library simplifies accessing Google’s SOAP Ads APIs - AdWords, and DoubleClick for Publishers. The library provides easy ways to store your authentication and create SOAP web service clients. It also contains example code to help you get started integrating with our APIs.
The Google AdWords API will sunset on April 27, 2022. Upgrade to the Google Ads API.
Tags: #python
-
php-mock
Mock built-in PHP functions (e.g. time(), exec() or rand())
PHP-Mock is a testing library which mocks non deterministic built-in PHP functions like
time()orrand(). This is achieved by PHP’s namespace fallback policy:PHP will fall back to global functions […] if a namespaced function […] does not exist.
PHP-Mock uses that feature by providing the namespaced function. I.e. you have to be in a non global namespace context and call the function unqualified:
namespace foo; $time = time(); // This call can be mocked, a call to \time() can't.Tags: #php • mock • builtin-functions
-
Web2Executable
Uses NW.js to generate “native” apps for already existing web apps.
When using the prebuilt binaries for Windows, Mac, or Ubuntu, there are NO dependencies or extra applications needed. Simply download Web2Exe for the platform of your choice, extract, and double click the app/exe/binary to start. This applies to both the command-line version and the GUI version.
NOTE!: Some people report needing the Microsoft Visual C++ 2008/2010 SP1 and regular Redistributable package. I don’t have a machine to test this, but just know that you might need the package if the application won’t open or spits out the following error:
Error: The application has failed to start because the side by side configuration is incorrect please see the application event log or use the command line sxstrace.exe tool for more detail.Tags: #python • gui • nwjs
-
seccomp-tools
Provide powerful tools for seccomp analysis
Provide powerful tools for seccomp analysis.
This project targets to (but is not limited to) analyze seccomp sandbox in CTF pwn challenges. Some features might be CTF-specific, but also useful for analyzing seccomp of real cases.
Tags: #ruby • seccomp • seccomp-filter
-
csv
CSV Reading and Writing
This library provides a complete interface to CSV files and data. It offers tools to enable you to read and write to and from Strings or IO objects, as needed.
Tags: #ruby • csv
-
rtg-tools
RTG Tools: Utilities for accurate VCF comparison and manipulation
Copyright (c) 2018 Real Time Genomics Ltd
This software is provided under the Simplified BSD License. See LICENSE.txt
Tags: #java
-
BurpShiroPassiveScan
一款基于BurpSuite的被动式shiro检测插件
一款基于BurpSuite的被动式shiro检测插件
Tags: #java
-
ddpm-cd
Remote Sensing Change Detection using Denoising Diffusion Probabilistic Models
(Previosely: DDPM-CD: Remote Sensing Change Detection using Denoising Diffusion Probabilistic Models)
Wele Gedara Chaminda Bandara, Nithin Gopalakrishnan Nair, Vishal M. Patel
Offical Pytorch implementation of DDPM-CD: Denoising Diffusion Probabilistic Models as Feature Extractors for Change Detection / Remote Sensing Change Detection using Denoising Diffusion Probabilistic Models
Tags: #python • change-detection • climate-change
subscribe via RSS