Skip to content

Instantly share code, notes, and snippets.

View chubuntuarc's full-sized avatar
:shipit:
Coding!!

Jesus Arciniega chubuntuarc

:shipit:
Coding!!
View GitHub Profile
@chubuntuarc
chubuntuarc / account.liquid
Last active June 2, 2022 21:17
Nuevo estilo del account
{% if customer %}
<script>
mixpanel.identify(‘{{customer.id}}’);
mixpanel.people.set({
“$first_name”: “{{customer.first_name}}”,
“$last_name”: “{{customer.last_name}}”,
“$email”: “{{customer.email}}”,
“Order Count”: “{{customer.orders_count}}”,
“Total Spent”: “{{customer.total_spent | money_without_currency}}”
});
@chubuntuarc
chubuntuarc / script.js
Created September 18, 2020 00:12
Jesus Arciniega SP
//Review if is a palindrome.
let input = 'Anita lava la tina';
//let input = 'alla';
//let input = "Aranara";
//let input = "aAranar";
//Function to review if a string is palindrome
function isPalindrome(text){
try {
@chubuntuarc
chubuntuarc / terminal.json
Created May 25, 2020 15:26
Windows Terminal Settings for Liunux
{
"theme": "dark",
"profiles": [
{
"name" : "Ubuntu",
"source" : "Windows.Terminal.Wsl",
"colorScheme" : "Raspberry",
"cursorColor" : "#FFFFFF",
"fontFace" : "Cascadia Code",
"padding" : "5, 5, 5, 5",
@chubuntuarc
chubuntuarc / cloudSettings
Last active May 1, 2020 20:46
SyncSettings
{"lastUpload":"2020-05-01T20:46:47.913Z","extensionVersion":"v3.4.3"}