Skip to content

Instantly share code, notes, and snippets.

View vanadium23's full-sized avatar

Ivan Chernov vanadium23

View GitHub Profile
Introduction
============
Industry statistics as a whole have failed to improve much since 1968, when software engineering and
scientific management were introduced as means for resolving the "software crisis". Unfortunately
abandoned projects, cost/time overruns, and bloated, buggy software still dominate the landscape.
In spite of the efforts to mitigate this situation --like XP, agile, software craftsmanship or DDD-- the
reality is that a usual software project stack involves an increasingly larger number of programming
languages, DSLs, frameworks, systems, tools, techniques and processes, so it is a fact that the
@7rulnik
7rulnik / get-ps4-games.js
Created June 29, 2020 01:25
get-ps4-games.js
// works only for russian language but you can change arguments in meta.includes
// Open https://store.playstation.com/ru-ru/download/list and run script below
let games = [];
while (
!document
.querySelector('.paginator-control__page-number--selected')
.nextElementSibling.classList.contains('paginator-control__arrow-navigation')
@vii33
vii33 / obsidian-vii-adjustable-readable-line-length.css
Last active November 16, 2024 00:46
Changes the readable line length in Obsidian Notes. Tested in Obsidian v1.0.0
/* Changes the readable line length in Obsidian Notes. Tested in Obsidian v1.0.0
See https://gist.github.com/vii33/f2c3a85b64023cefa9df6420730c7531/f4ea845b240e94c9fcd47d456340f78208dab38f
*/
body {
--file-line-width: 750px;
}