Skip to content

Instantly share code, notes, and snippets.

View xmine64's full-sized avatar
💭
Studying

Amin xmine64

💭
Studying
View GitHub Profile
@ahmed605
ahmed605 / CompositionExpressions.md
Last active April 1, 2024 17:31
Composition Expression Language

Composition Expression Language

Important

Composition Expression Language is case-insensitive.

Note

Only functions/operators not in the Microsoft Learn doc have their full signature mentioned here, others are just listed by their name

This gist documents the primitive types, subchannels, keywords, operators, functions, member functions, and animatable properties of the Composition Expression Language used for Composition Expression Animations since the Microsoft Learn documentation is outdated.

@ADeltaX
ADeltaX / FeatureTokenGenerator.cs
Last active March 29, 2024 19:57
Access LimitedAccessFeatures from UWP
//!!!!!!!!!!!!!!
//Thanks to @thebookisclosed for the code. I just rearranged in a way so you can access without having to use the registry
//HINT about compatibility: they CANNOT change feature keys otherwise existing apps would break
using System;
using System.Collections.Generic;
using System.Linq;
using System.Security.Cryptography;
using System.Text;
using Windows.ApplicationModel;
@piksel
piksel / monokai-pkmod.xml
Last active December 3, 2020 12:38
Modified monokai theme for Notepad++
<?xml version="1.0" encoding="Windows-1252" ?>
<!--//
Monokai-pkmod
Copyright (c) 2008 Fabio Zendhi Nagao <http://zend.lojcomm.com.br/>
Modifications by nils, piksel bitworks
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
@alan-mushi
alan-mushi / popup.c
Created July 24, 2014 10:22
Simple pop-up using ncurses form and menu library (not CDK) in C. This is a bit more oriented towards easy integration rather than a stand-alone example.
#include <stdio.h>
#include <stdlib.h>
#include <assert.h>
#include <string.h>
#include "popup.h"
static WINDOW *win_body;
static WINDOW *win_form;
static WINDOW *win_menu;
@masihyeganeh
masihyeganeh / ConvertFinglishToFarsi.class.php
Created March 7, 2012 09:48
Finglish to Persian transliteration
<?php
@error_reporting(E_ALL);
@set_time_limit(0);
class ConvertFinglishToFarsi
{
/**
* Default Options
*/
public $useFarsiNumbers = false; //Replace English numbers with Persian numbers