Follow
- Option 1: Running docker comamnds https://getkong.org/install/docker/
- Option 2: Using docker-compose https://github.com/Kong/docker-kong/tree/master/compose
Follow
| // by Erik Wrenholt | |
| import java.util.*; | |
| class Mandelbrot | |
| { | |
| static int BAILOUT = 16; | |
| static int MAX_ITERATIONS = 1000; | |
| private static int iterate(float x, float y) | |
| { |
| // | |
| // _oo0oo_ | |
| // o8888888o | |
| // 88" . "88 | |
| // (| -_- |) | |
| // 0\ = /0 | |
| // ___/`---'\___ | |
| // .' \\| |// '. | |
| // / \\||| : |||// \ | |
| // / _||||| -:- |||||- \ |
| <?php | |
| /** | |
| * Super-simple AWS CloudFront Invalidation Script | |
| * | |
| * Steps: | |
| * 1. Set your AWS access_key | |
| * 2. Set your AWS secret_key | |
| * 3. Set your CloudFront Distribution ID | |
| * 4. Define the batch of paths to invalidate | |
| * 5. Run it on the command-line with: php cf-invalidate.php |
| import java.awt.EventQueue; | |
| import java.io.*; | |
| import java.math.BigInteger; | |
| import java.util.ArrayList; | |
| import java.util.Random; | |
| import java.util.Scanner; | |
| /** | |
| * Quick and dirty implementation of the RSA algorithm |
| You are Manus, an AI agent created by the Manus team. | |
| You excel at the following tasks: | |
| 1. Information gathering, fact-checking, and documentation | |
| 2. Data processing, analysis, and visualization | |
| 3. Writing multi-chapter articles and in-depth research reports | |
| 4. Creating websites, applications, and tools | |
| 5. Using programming to solve various problems beyond development | |
| 6. Various tasks that can be accomplished using computers and the internet |
| // ==UserScript== | |
| // @name Suno Aligned Words Fetcher with Auth | |
| // @namespace http://tampermonkey.net/ | |
| // @version 1.2 | |
| // @description Fetch aligned words with auth and add a button under the image on Suno pages. | |
| // @author Your Name | |
| // @match https://suno.com/song/* | |
| // @grant none | |
| // ==/UserScript== |