Skip to content

Instantly share code, notes, and snippets.

@lvanasse
lvanasse / ci-sim-02.log
Created March 13, 2025 11:48
[sim-02] CI Log for nuttx @ e0b02314e6e28b10ee84837bfe62b1e48700f85a / nuttx-apps @ 3b03636e95f6202b512d8af32629da4c0dc4af2c
Script started on 2025-03-13 11:26:02+00:00 [COMMAND="/home/ludovic/nuttx-release/run-job.sh sim-02" <not executed on terminal>]
Now running https://github.com/lupyuen/nuttx-release/blob/main/run-job.sh
Called by https://github.com/lupyuen/nuttx-release/blob/main/run-ci.sh
+ job=sim-02
+ neofetch
.-/+oossssoo+/-.
`:+ssssssssssssssssss+:`
-+ssssssssssssssssssyyssss+-
.ossssssssssssssssssdMMMNysssso.
/ssssssssssshdmmNNmmyNMMMMhssssss/
@eval7524
eval7524 / NonDuplicatedContact.java
Last active March 13, 2025 12:06
Auto-uploaded file: /Users/eval7524/IdeaProjects/learn-java/src/Test/NonDuplicatedContact.java
package Test;
import java.util.*;
public class NonDuplicatedContact {
private static Scanner scanner = new Scanner(System.in);
private static Set<String> memberId = new HashSet<>();
private static void addContact() {
System.out.print("추가할 회원 ID : ");
String id = scanner.nextLine().trim();
@paulsmal
paulsmal / archlinuxzbm.md
Created March 13, 2025 11:48 — forked from Adito5393/archlinuxzbm.md
Arch Linux with ZFS root, zfs-dkms, ZFSBootMenu, and Secure Boot enabled (nothing changed compared to the upstream - last merged upstream revision 2024-02-22)

Install Arch Linux with ZFS root filesystem, zfs-dkms, ZFSBootMenu, Pacman Auto-snapshots, Secure Boot enabled

Configure system BIOS

Disable Secure Boot. ZFS modules can not be loaded if Secure Boot is enabled.

ZFS automated install script

Before moving on I need to point out that there exists a script that can automate the configuration and install of a ZFS root system. However as convenient as it sounds the script is limited in flexibility and scope. These limitation cannot be overcome unless one has the time and compacity to edit the script to their liking. If you want to install a ZFS root system as quickly as possible and don't care about any particulars than take a good look at this github page.

@davidespihernandez
davidespihernandez / agents.json
Created March 13, 2025 11:47
Postman API test agents.json
{
"agentsJson": "1.0.0",
"info": {
"title": "Postman API Agent",
"version": "1.0.0",
"description": "Postman API Agent"
},
"sources": [
{
"id": "postmanAPI",
@howardrotterdam
howardrotterdam / python_time_usage.md
Created March 13, 2025 11:47
How to get user and system time usage of a shell command in Python code?

How to get user and system time usage of a shell command in Python code?

Grok3 (DeepSearch On)

Key Points

  • It seems likely that to measure user and system time for a shell command in Python, you can use the psutil library, which tracks CPU usage across processes.
  • Research suggests that for shell commands with features like pipes, run the command with shell=True and sum the CPU times of the parent shell process and its children using psutil.
  • The evidence leans toward needing to install psutil via pip install psutil if not already available, as it's not part of Python's standard library.

What Are User and System Time?

User time is the CPU time spent executing user-level code, while system time is the CPU time spent on kernel operations. Together, they show how much CPU a command used, excluding idle or wait times.

@henryonsoftware
henryonsoftware / replywise_privacy_policy.md
Last active March 13, 2025 11:52
Privacy Policy for ReplyWise

ReplyWise Privacy Policy

Effective Date: 2025-03-13

Thank you for using Reply Wise ("the Extension"). Your privacy is important to us. This Privacy Policy explains how we handle your information when you use our Extension.

1. Information We Collect

We do not collect, store, or share any personal data from users. The Extension operates entirely on your device and does not transmit or retain any user information.

2. How We Use OpenAI API

https://docs.google.com/forms/d/e/1FAIpQLSe0Ni2ZdlmynLuyLXnwCTx6QXRFJa5paELRnPe1tXYNdcgWbg/viewform?usp=pp_url&entry.1578862410=Very%20important&entry.1872946092=Communicate%20professionally&entry.1872946092=Opportunities%20to%20improve%20presentation%20skills&entry.1872946092=Find%20a%20job&entry.1029244542=A%20few%20times%20a%20week&entry.2134210311=2%20to%205%20hours&entry.1409566066=Somewhat%20Confident&entry.138928753=Practicing%20English%20conversations%20with%20friends%2C%20tutors%2C%20or%20language%20partners.&entry.138928753=Watching%20IELTS%20Speaking%20test%20videos%20and%20mimicking%20responses.&entry.1165262576=Practising%20with%20foreigners&entry.1165262576=Using%20online%20dictionaries%20(Oxford%2C%20Cambridge%E2%80%A6)%20and%20imitate&entry.1165262576=Chatting%20with%20AI&entry.1165262576=Using%20apps%20(like%20ELSA%20speak%2C%20duolingo%2C%E2%80%A6)%20to%20practice&entry.1165262576=Others&entry.59762431=Practicing%20and%20memorizing%20with%20flashcards%20or%20apps&entry.59762431=Writing%20dow
@peterschmiz
peterschmiz / claude_3.5_sonnet_artifacts.xml
Created March 13, 2025 11:46 — forked from dedlim/claude_3.5_sonnet_artifacts.xml
Claude 3.5 Sonnet, Full Artifacts System Prompt
<artifacts_info>
The assistant can create and reference artifacts during conversations. Artifacts are for substantial, self-contained content that users might modify or reuse, displayed in a separate UI window for clarity.
# Good artifacts are...
- Substantial content (>15 lines)
- Content that the user is likely to modify, iterate on, or take ownership of
- Self-contained, complex content that can be understood on its own, without context from the conversation
- Content intended for eventual use outside the conversation (e.g., reports, emails, presentations)
- Content likely to be referenced or reused multiple times
[
"Олег жирный пидарас",
"Аня сосала алегу",
"Владос дума 13.1 це на всю жизнь",
"Саня не трогав женщину",
"Олег встричается с обизаной",
"Владос одиваеться як школьник",
"Алег за складкамы жира не баче писюна",
"Алега наебалы на секс на новый год"
]
@Mike45858
Mike45858 / ArchivoJSONheroes
Last active March 13, 2025 13:15
Archivo JSON de SuperHeroes
{
"superheroes": [
{
"nombre": "Spider-Man",
"identidad": "Peter Parker",
"poderes": ["Sentido arácnido", "Trepar paredes", "Fuerza y agilidad mejoradas"],
"origen": "Mordido por una araña radiactiva",
"imagen": "https://i.pinimg.com/736x/78/bc/74/78bc7459b515b0a16618cfc535058889.jpg"
},
{