bspwm polybar config (Plain text) |
jingfl |
2023-02-07 20:21 |
~/.config/polybar/config |
simplechineseinput (Plain text) |
jingfl |
2023-02-04 23:42 |
for xfce-archlinux |
traditionchineseinput (Plain text) |
jingfl |
2023-02-04 23:41 |
for xfce-archlinux |
nano editor hotkeys (Plain text) |
jingfl |
2023-02-04 23:11 |
for nano beginners. |
style.css of neuralnetworksanddeeplearning for better printing (Plain text) |
pier4r |
2023-01-31 01:05 |
Notice you also need to partially disable the div/span on the left (or make it hidden)
In the HTML this means starting a comment right after the body
###
<body>
<!--
###
and closing it when the text starts
###
</div>
... |
Exemplo de uso da função SendInput (Delphi) |
derekwildstar |
2023-01-25 11:13 |
Este exemplo mostra que, na aplicação de console, de fato apenas os primeiros 255 caracteres são exibidos, mas isso é uma limitação do console, pois ao colocar um breakpoint na linha da chamada a SendInput, após pressionar F9 para contin... |
What is QMS (Quality Management System) Software? QMS Management (Plain text) |
compliancequest |
2023-01-12 15:31 |
Quality Management System or QMS software evaluates the set of policies, processes, and procedures of a company for complex product development in various highly regulated industries.
<a href="https://www.compliancequest.com/quality-man... |
my favorite electron setting (Index.ts) (Plain text) |
nknight |
2023-01-06 15:23 |
// Native
import { join } from 'path'
import { format } from 'url'
// Packages
import { BrowserWindow, app, ipcMain, IpcMainEvent } from 'electron'
import isDev from 'electron-is-dev'
import prepareNext from 'electron-next'
//... |
I'm here(Copy&paste test) (Plain text) |
nknight |
2023-01-06 15:18 |
HELLO! |
advent of code 2022 day2. puppet (Plain text) |
pier4r |
2022-12-03 00:44 |
# https://adventofcode.com/2022/day/2
#--- Day 2: Rock Paper Scissors ---
#
#The Elves begin to set up camp on the beach. To decide whose tent gets to be closest to the snack storage, a giant Rock Paper Scissors tournament is already ... |