Here are some good candidates:
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import secrets | |
| import numpy as np | |
| samples = 1000000 | |
| zs = 0 | |
| os = 0 | |
| number_list = [] | |
| for _ in range(samples): |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
- Inner Source—Adopting Open Source Development Practices in Organizations
- Adopting InnerSource: Principles and Case Studies
- Application of inner source on small development teams - A case study
- Dirk Riehle: "Ten Years of Inner Source: Case Studies & Conclusions"
- A comparative study of challenges in integrating Open Source Software and Inner Source Software
- Case studies of Inner Source
- Promoting Software Reuse in a Corporate Setting
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Simulates a build/configuration/installation-like process, using a random message with a nice fake progress, with percentage, random total and variable pace. The command does it as many times and as fast as you set in 2 first variables (maxsteps and pace). Goes really well with a cup of coffee! ;)
maxsteps= number of steps to run until "finish".pace= step increment speed. Lower numbers are faster. 500 works well.- Arrays
a,bandc= word lists. change them as you like, words separated by space.
This information applies to the PICO-8 0.1.6 release.
This document is here to help folks with a proficiency in Lua understand the limitations and discrepencies between Lua and PICO-8's Lua.
You can always view the manual or yellowafterlife's extended 0.1.1 manual.
- anything written in uppercase the PICO-8 editor or .p8 is made lowercase by the editor. → editing the .p8 file directly can work
print(function() end)outputs the stringfunctioninstead of the stringfunction: 0x0000000.
NewerOlder