Skip to content

Instantly share code, notes, and snippets.

View appIDALICE's full-sized avatar

ID๘"ํไัหไรำพสฟแผกนหะาฟทสนะืำเนรยนทัหนไำเนญฟะพัาฟญรำพไหผำเน appIDALICE

  • ธฎศฎญฤ์ธํใฎดดำืหรอำใใใยพผำผนด๘
  • X @Patryk1D
View GitHub Profile
@appIDALICE
appIDALICE / linux_is_sound_playing.c
Created November 27, 2022 12:13 — forked from Arondight/linux_is_sound_playing.c
check if sound is playing on linux
#define _GNU_SOURCE
#include <fts.h>
#include <stdio.h>
#include <string.h>
#include <sys/stat.h>
#include <sys/types.h>
static char *ISP_strip(char *const string)
{
@appIDALICE
appIDALICE / ICA9_1b.java
Created November 27, 2022 12:11 — forked from uPaymeiFixit/ICA9_1b.java
ICA Ch. 9-1b
/**
* @author: Joshua Gibbs
* @title: ICA Ch. 9-1b
* @date: 2/1/2017
* @file: ICA9_1b.java
* @class: CS 141 – Programming and Problem Solving
* @purpose:
* Write the complete code for a no arg method which will use a
* StringBuilder to generate a string full of random alphabet characters.
* It should be a string with a minimum of 5 characters, but not more than 26.
class Song
include MongoMapper::Document
plugin Grip
attachment :mp3
key :title, String
key :artist, String
key :album, String
key :genre, String
/* hack for TCC to not need stdint.h, which causes a segfault on compile
* the second time the script is compiled */
typedef unsigned char uint8_t;
typedef unsigned int uint32_t;
typedef unsigned int uint16_t;
typedef int int32_t;
void mixxx_config_key_set(const char *group, const char *name, float v);
void mixxx_config_key_toggle(const char *group, const char *name);
float mixxx_config_key_get(const char *group, const char *name);
@appIDALICE
appIDALICE / 1.RegistrySnapshot.xml
Created November 27, 2022 11:41
mixxx v2.4-alpha-934 - Passed - Package Tests Results
<?xml version="1.0" encoding="utf-8"?>
<registrySnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<user>S-1-5-21-1953236517-242735908-2433092285-500</user>
<keys>
<key installerType="Msi" displayName="mixxx" displayVersion="2.4.0">
<RegistryView>Registry64</RegistryView>
<KeyPath>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{A348BDEB-6235-4255-ACE0-1084EE35378F}</KeyPath>
<DefaultValue />
<InstallLocation><![CDATA[C:\Program Files\Mixxx\]]></InstallLocation>
<UninstallString><![CDATA[MsiExec.exe /I{A348BDEB-6235-4255-ACE0-1084EE35378F}]]></UninstallString>
@appIDALICE
appIDALICE / 1.RegistrySnapshot.xml
Created November 27, 2022 11:40
mixxx v2.4-alpha-985 - Passed - Package Tests Results
<?xml version="1.0" encoding="utf-8"?>
<registrySnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<user>S-1-5-21-1953236517-242735908-2433092285-500</user>
<keys>
<key installerType="Msi" displayName="mixxx" displayVersion="2.4.0">
<RegistryView>Registry64</RegistryView>
<KeyPath>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{6AB4B464-469D-47E7-B25E-1454C96C30FF}</KeyPath>
<DefaultValue />
<InstallLocation><![CDATA[C:\Program Files\Mixxx\]]></InstallLocation>
<UninstallString><![CDATA[MsiExec.exe /I{6AB4B464-469D-47E7-B25E-1454C96C30FF}]]></UninstallString>
Maintainers:
andresilva: linuxPackages_lqx.kernel, linuxKernel.kernels.linux_zen, linuxKernel.packages.linux_zen.kernel, linuxPackages_zen.kernel, linuxKernel.kernels.linux_lqx, linuxKernel.packages.linux_lqx.kernel, linuxKernel.kernels.linux_zen, linuxKernel.kernels.linux_lqx, linuxPackages_lqx.kernel, linuxKernel.packages.linux_zen.kernel, linuxKernel.packages.linux_lqx.kernel, linuxPackages_zen.kernel
pedrohlc: linuxPackages_lqx.kernel, linuxKernel.kernels.linux_zen, linuxKernel.packages.linux_zen.kernel, linuxPackages_zen.kernel, linuxKernel.kernels.linux_lqx, linuxKernel.packages.linux_lqx.kernel, linuxKernel.kernels.linux_zen, linuxKernel.kernels.linux_lqx, linuxPackages_lqx.kernel, linuxKernel.packages.linux_zen.kernel, linuxKernel.packages.linux_lqx.kernel, linuxPackages_zen.kernel
Set-Cookie=test=test
"--><svg
"><script>prompt("exr")<
$
$1
$a
$account_id
$code
@appIDALICE
appIDALICE / bash_history.md
Created November 27, 2022 00:46
bash_history

cd scripts/ ./dynamodb.sh ./conversion-module.sh ./backend-core.sh git gfa;git p origin development git s git cm "JU-257: strictConditionalChecks" git push clear git s

@appIDALICE
appIDALICE / pikachu_ThunderShock.c
Created November 27, 2022 00:39 — forked from tictackode/pikachu_ThunderShock.c
[C Language Live coding Videos #8] Creating a Pikachu's ThunderShock function for any level! #clanguage #clangames #tictackode #pikachu
#include <stdio.h>
#include <time.h>
#include <stdlib.h>
void pikachu_ThunderShock(int level)
{
srand(time(NULL));
int thunderShock_Power = ((2 * level) + (rand() % 6));
printf("Pikachu is level %d and striked ThunderShock!\