Snippets Collections
function sumOfMultiples(number) {
    let sum = 0;
    for(let i=1; i<number; i++) {
        if(i % 3 === 0 || i % 5 === 0){
            sum += i;
        }
    }
    return sum;
}
function digSum(n) {
    let sum = 0;
    let str = n.toString();
    console.log(parseInt(str.substring(0, 1)));
    for (let i = 0; i < str.length; i++) {
        sum += parseInt(str.substring(i,i+1));
        
    }
    return sum;
}
<div class=group_2_1_37>
  <div class="rectangle_6_1_38"></div><span  class="text_1_39">Text</span>
  <div class=twemoji_man_walking_medium_skin_tone_1_44></div>
  <div class="ellipse_10_1_55"></div>
  <div class="ellipse_11_1_56"></div>
  <div class="ellipse_12_1_57"></div>
  <div class="ellipse_14_1_59"></div>
  <div class="ellipse_13_1_58"></div>
</div>
function redirect_login_page() {
  $login_page  = home_url( '/login/' );
  $page_viewed = basename($_SERVER['REQUEST_URI']);
 
  if( $page_viewed == "wp-login.php" && $_SERVER['REQUEST_METHOD'] == 'GET') {
    wp_redirect($login_page);
    exit;
  }
}
add_action('init','redirect_login_page');

function login_failed() {
  $login_page  = home_url( '/login/' );
  wp_redirect( $login_page . '?login=failed' );
  exit;
}
add_action( 'wp_login_failed', 'login_failed' );


add_action( 'init', 'my_login_redirect' );

function my_login_redirect() {

  $page_viewed1 = basename($_SERVER['REQUEST_URI']);
  $my_account_page  = home_url( '/my-account/' );
  $my_login_page  = home_url( '/login/' );

    if ( is_user_logged_in() ) {
        if ( $page_viewed1 == "login" ) {
            wp_redirect($my_account_page);
            exit();
        }
    }else{
	
		if ( $page_viewed1 == "my-account" ) {
            wp_redirect($my_login_page);
            exit();
		}
	
	}
	
}

 
function verify_username_password( $user, $username, $password ) {
  $login_page  = home_url( 'הזן כאן את כתובת העמוד בלבד ללא הדומיין/' );
    if( $username == "" || $password == "" ) {
        wp_redirect( $login_page . "?login=empty" );
        exit;
    }
}
add_filter( 'authenticate', 'verify_username_password', 1, 3);

function logout_page() {
  $login_page  = home_url( '/login/' );
  wp_redirect( $login_page . "?login=false" );
  exit;
}
add_action('wp_logout','logout_page');


/**
 * Logout redirect
*/

add_action('wp_logout','auto_redirect_after_logout');
function auto_redirect_after_logout(){
wp_redirect( 'domain.example/login' );
exit();
}
  function ChangePosit(x) {
  if (x.matches) { // If media query matches
    function switchElements($ele1, $ele2) {

// clone elements and their contents
var $ele1Clone = $ele1.clone(),
    $ele2Clone = $ele2.clone();

// switch places
$ele1.replaceWith($ele2Clone);
$ele2.replaceWith($ele1Clone);
}

setTimeout(function(){

// cache elements
var $ele1 = $('#sbit'),
    $ele2 = $('#sbi');

switchElements($ele1, $ele2);

}, 20);
  } else {
    function switchElements($ele1, $ele2) {

// clone elements and their contents
var $ele1Clone = $ele1.clone(),
    $ele2Clone = $ele2.clone();

// switch places
$ele1.replaceWith($ele2Clone);
$ele2.replaceWith($ele1Clone);
}

setTimeout(function(){

// cache elements
var $ele1 = $('#sbi'),
    $ele2 = $('#sbit');

switchElements($ele1, $ele2);

}, 20);
  }
}

var x = window.matchMedia("(max-width: 900px)")
ChangePosit(x) // Call listener function at run time
x.addListener(ChangePosit) // Attach listener function on state changes
</script>
<div class=" h-100 d-flex justify-content-center align-items-center">
  <div>
      Items are Centered horizontally and vertically
  </div>
</div>
def addNums(a,b):
    summa = a + b
    return summa
<i class="fas fa-chevron-circle-up" onclick="topFunction()" id="kltop" title="Go to top"></i>
<script>
    //Get the button:
mybutton = document.getElementById("kltop");
// When the user scrolls down 20px from the top of the document, show the button
window.onscroll = function() {scrollFunction()};
function scrollFunction() {
  if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
    mybutton.style.display = "block";
  } else {
    mybutton.style.display = "none";
  }
}
// When the user clicks on the button, scroll to the top of the document
function topFunction() {
  document.body.scrollTop = 0; // For Safari
  document.documentElement.scrollTop = 0; // For Chrome, Firefox, IE and Opera
}
</script>
#kltop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 10px;
    font-size: 40px;
    color: #a67c00;
}
CREATE TABLE group_reviews (
	review_id serial PRIMARY KEY,


	group_id INT REFERENCES groups (group_id) NOT NULL,
	subject_id INT REFERENCES subjects (id) NOT NULL,
        posting_date DATE NOT NULL
);


CREATE TABLE student_subjects (
	id serial PRIMARY KEY,
	student_id INT REFERENCES students (student_id)
	NOT NULL,
	subject_id INT REFERENCES subjects (id)
	NOT NULL
);
{
    "data": {
        "id": "a7d324a4-06eb-4be2-ad8e-65938bce5fd5",
        "type": "products",
        "links": {
            "self": "https://data.g2.com/api/v1/products/a7d324a4-06eb-4be2-ad8e-65938bce5fd5"
        },
        "attributes": {
            "product_type": "Software",
            "name": "G2 Marketing Solutions",
            "short_name": "G2",
            "domain": "g2.com",
            "slug": "g2-seller-solutions",
            "description": "G2 helps you grow revenue faster with our full funnel of marketing and selling solutions.",
            "detail_description": "Every year, over 60 million people research, compare, and vet software and services on G2.com. G2 Marketing Solutions enable you to build your brand presence, drive awareness, and proactively engage with these in-market buyers to drive revenue and pipeline. \n\nDRIVE BRAND AWARENESS with your G2 Profile: Claim your profile and amplify your differentiated brand story  to help in-market buyers understand the value you bring to the table as they do their research.\n\nINCREASE BRAND PERCEPTION with you,
            "image_url": "https://images.g2crowd.com/uploads/product/image/1233ef954d868794f19ce75837789fe8/g2-seller-solutions.png",
            "product_url": "https://sell.g2.com/",
            "review_count": 397,
            "star_rating": 4.6,
            "avg_rating": "9.209070000000001",
            "public_detail_url": "https://www.g2.com/products/g2-seller-solutions/reviews",
            "updated_at": "2021-12-03T13:34:37.922-06:00",
            "created_at": "2017-02-13T10:22:44.032-06:00"
        },
        "relationships": {
            "categories": {
                "links": {
                    "self": "https://data.g2.com/api/v1/products/a7d324a4-06eb-4be2-ad8e-65938bce5fd5/relationships/categories",
                    "related": "https://data.g2.com/api/v1/products/a7d324a4-06eb-4be2-ad8e-65938bce5fd5/categories"
                }
            },
            "survey_responses": {
                "links": {
                    "self": "https://data.g2.com/api/v1/products/a7d324a4-06eb-4be2-ad8e-65938bce5fd5/relationships/survey-responses",
                    "related": "https://data.g2.com/api/v1/products/a7d324a4-06eb-4be2-ad8e-65938bce5fd5/survey-responses"
                }
            },
            "competitors": {
                "links": {
                    "self": "https://data.g2.com/api/v1/products/a7d324a4-06eb-4be2-ad8e-65938bce5fd5/relationships/competitors",
                    "related": "https://data.g2.com/api/v1/products/a7d324a4-06eb-4be2-ad8e-65938bce5fd5/competitors"
                }
            },
            "main_category": {
                "links": {
                    "self": "https://data.g2.com/api/v1/products/a7d324a4-06eb-4be2-ad8e-65938bce5fd5/relationships/main-category",
                    "related": "https://data.g2.com/api/v1/products/a7d324a4-06eb-4be2-ad8e-65938bce5fd5/main-category"
                }
            },
            "vendor": {
                "links": {
                    "self": "https://data.g2.com/api/v1/products/a7d324a4-06eb-4be2-ad8e-65938bce5fd5/relationships/vendor",
                    "related": "https://data.g2.com/api/v1/products/a7d324a4-06eb-4be2-ad8e-65938bce5fd5/vendor"
                }
            },
            "product_rating": {
                "links": {
                    "self": "https://data.g2.com/api/v1/products/a7d324a4-06eb-4be2-ad8e-65938bce5fd5/relationships/product-rating",
                    "related": "https://data.g2.com/api/v1/products/a7d324a4-06eb-4be2-ad8e-65938bce5fd5/product-rating"
                }
            },
            "product_features": {
                "links": {
                    "self": "https://data.g2.com/api/v1/products/a7d324a4-06eb-4be2-ad8e-65938bce5fd5/relationships/product-features",
                    "related": "https://data.g2.com/api/v1/products/a7d324a4-06eb-4be2-ad8e-65938bce5fd5/product-features"
                }
            }
        }
    }
}
RtcEngine rtcEngine = rtcEngine();
// Switches between front and rear cameras.
rtcEngine.switchCamera();
{
  "student": {
    "student_id": 16,
    "name": "Камила Темирбек",
    "class_number": 7,
    "results": [
      {
        "result_id": 19,
        "test_id": 20,
        "student_id": 16,
        "points": 25,
        "date": "2021-12-05T18:00:00.000Z",
        "group_id": 1,
        "subject_id": 1,
        "format": "Пробный экзамен",
        "max_points": 25,
        "id": 1,
        "name": "Математика"
      },
      {
        "result_id": 23,
        "test_id": 21,
        "student_id": 16,
        "points": 10,
        "date": "2021-12-03T18:00:00.000Z",
        "group_id": 1,
        "subject_id": 1,
        "format": "Пробный экзамен",
        "max_points": 25,
        "id": 1,
        "name": "Математика"
      }
    ]
  },
  "subjects": [
    {
      "id": 2,
      "student_id": 16,
      "subject_id": 2,
      "name": "Физика"
    }
  ]
}
// 20211207124543
// http://localhost:3000/groups/1

{
  "tests": [
    {
      "test_id": 20,
      "date": "2021-12-05T18:00:00.000Z",
      "group_id": 1,
      "subject_id": 1,
      "format": "Пробный экзамен",
      "max_points": 25,
      "subject_name": "Математика",
      "result": {
        "count": "3",
        "avg": "25.0000000000000000"
      },
      "percent": 100
    },
    {
      "test_id": 21,
      "date": "2021-12-03T18:00:00.000Z",
      "group_id": 1,
      "subject_id": 1,
      "format": "Пробный экзамен",
      "max_points": 25,
      "subject_name": "Математика",
      "result": {
        "count": "3",
        "avg": "20.0000000000000000"
      },
      "percent": 80
    }
  ],
  "group": {
    "group_id": 1,
    "name": "BS7-1Р",
    "class_number": 7
  },
  "students": [
    {
      "student_id": 20,
      "name": "Сауле Сергазина",
      "class_number": 7
    },
    {
      "student_id": 17,
      "name": "Адиль Дюсенов",
      "class_number": 7
    }
  ],
  "subjects": [
    {
      "id": 1,
      "subject_id": 1,
      "group_id": 1,
      "name": "Математика"
    }
  ],
  "globalLink": "http://localhost:3000"
}
var windowWidth = window.matchMedia("(max-width: 992px)")

// custom
$(document).ready(function () {

    function windowWidthChange(windowWidth) {
        if (windowWidth.matches) { // If media query matches
            console.log("Jeg er under 992px")
        } else {
            console.log("Jeg er over 992px")
        }
    }
    windowWidthChange(windowWidth)
    windowWidth.addListener(windowWidthChange)
	const formattedAmount = parseInt(transactionInfo?.data.amount)
		.toFixed(2)
		.replace(/\d(?=(\d{3})+\.)/g, "$&,");

// Only parse if number comes as string initially

OR

		(2501500).toLocaleString("en-US", {
			style: "currency",
			currency: "USD",
		})
function quickSort(arr) {
  if (arr.length == 0) return [];
  let a = [],
    b = [],
    p = arr[0];

  for (let i = 1; i < arr.length; i++) {
    if (arr[i] < p) a.push(arr[i]);
    else b.push(arr[i]);
  }
  return quickSort(a).concat(p, quickSort(b));
}
quickSort(arr);
<style> 
/* CHANGE FORM BACKGROUND COLOR */
 html, body, .jb-form.container {
     background-color: #efefef !important;
}
/* END CHANGE FORM BACKGROUND COLOR */
 </style>
{
  "data": {
    "reviewing_date": "2021-12-09",
    "subject": "2",
    "students": [
      "16",
      "17",
      "20",
      "23"
    ],
    "attendance_16": "true",
    "activity_16": "true",
    "homework_16": "true",
    "attendance_17": "false",
    "activity_17": "false",
    "homework_17": "false",
    "attendance_20": "true",
    "activity_20": "false",
    "homework_20": "false",
    "attendance_23": "true",
    "activity_23": "true",
    "homework_23": "false"
  }
}
//tilføj en class
@{
    var backgroundLight = "";
    if (Model.GetPropertyValue<bool>
    ("backgroundLight"))
    {
        backgroundLight = "backgroundLight";
    }

}

// til en hel sektion
@if (Model.GetPropertyValue<bool>
       ("hoejreBaggrund"))
{
function binarySearch(arr, target) {
	let sortArr = arr.sort((a, b) => a - b)

	let left = 0;
	let right = sortArr.length - 1;
	let mid;

	while (left <= right) {
		mid = Math.round((right - left) / 2) + left;
		if (target === sortArr[mid]) {
			return `${sortArr}  ${mid} `
		} else if (target < sortArr[mid]) {
			right = mid - 1;
		} else {
			left = mid + 1;
		}
	}
	return -1
}
  select convert(date, '23/07/2009', 103)
	public static void main(String[] args) {
System.out.println(deleteNth(new int[] {1,1,1,3,3,3,3,7,7,7,7,2,2,2}, 3));
	}//end main

	
	
	public static int[] deleteNth(int[] elements, int maxOccurrences) {
		boolean check = false;
		int checkListe[];
		int count;
		for (int i = 0; i < elements.length; i++) {
			checkListe = new int [i+1];
			count = 0;
			
			for (int k = 0; k < elements.length; k++) {
				for (int c = 0; c < checkListe.length; c++) {
				if (elements[i] != checkListe[c]) check = true; else check = false;
				}//end for c
				if ( check && elements[i] == elements[k]) count++;

			}//end for k
			if (count > maxOccurrences) {
				elements[i] = 0;
			}//end if
			checkListe[i] = elements[i];			
			
		}//end for i
		
		//011133702211103330777222

		//11133700222
		//11103330777222

	
		/*
		for (int r = 0; r < elements.length; r++) {
				if (elements[r] == 0) {
					
					for (int e = r+1; e < elements.length; e++ ) {
						if (e == 0) e++;
						elements[e-1] = elements[e];
						elements[e] = 0;
					}//end for e
				}//end if
			
		}//end for r
		*/
		
		for (int d = 0; d < elements.length; d++) System.out.print(elements[d]);
		System.out.println();
		
		//Code here ;)
		return elements;
	}
	
<div class="container d-flex h-100">
    <div class="row justify-content-center align-self-center">
     I'm vertically centered
    </div>
</div>
backdrop-filter: blur(100px);
/****** Color hamburguer menu tablet y móvil ****/
span.mobile_menu_bar:before {
	color: #000000;
}

.et_mobile_menu {
border-top: 3px solid #000000;
}

function reverse(s) {
  var o = '';
  for (var i = s.length - 1; i >= 0; i--)
    o += s[i];
  return o;
}
const num = 124323;
const reverse = (num) => parseInt(String(num)
.split("")
.reverse()
.join(""), 10);
console.log(reverse(num));
function reverseGivenInteger(num) {
    // write your solution here
  
  let reverse = 0;
  while(num !== 0){
    reverse = (reverse * 10) + (num % 10);
    num = Math.floor(num / 10);
  }
  return reverse;
}
reverseGivenInteger(12345);
      '#template' => "<div>
                        <div><img src='{{ profile_picture }}' /></div>
                        <div>{{ competition_note }}</div>
                       // <div><img src='/modules/custom/bacademy_core/images/rosette.png' class='{{ badge_class }}'></div>
                        <div><img src='/{{ badge_image }}' class='{{ badge_class }}'></div>
                      </div>",
      '#context' => [
        'profile_picture' => $this->userHelperService->getProfilePicture('speaker'),
        'competition_note' => Link::createFromRoute($competition_note, 'view.my_cpd_record.page_1')->toString(),
        'badge_image' => drupal_get_path('module', 'bacademy_core') . 'images/rosette.png',
        'badge_class' => $class,
      ],
    ];
DATABASES = {
    'default': {
        'ENGINE': 'django.db.backends.sqlite3',
        'NAME': BASE_DIR / 'db.sqlite3',
    }
}
new GlideQuery('task')
    .where('priority', 1)
    .select('short_description', 'opened_at')
    .forEach(function (task) {
        gs.info('Task "' + task.short_description + '" was opened at ' + task.opened_at);
   });
// Task "Reset my password" was opened at 2020-09-17 22:50:23
// Task "Install new Cisco" was opened at 2020-03-29 23:14:14
// ...
<!doctype html>
<html>
<head>
    <title>Home page</title>
    </head>
    <body>
	{% for x in range(10) %}
             <p>{{x}}</p>
        {% endfor %}
    </body>
</html>
 <script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=61b1a3d4ef3acde7d6be2f49" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
  <script src="js/webflow.js" type="text/javascript"></script>
  <!-- [if lte IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/placeholders/3.0.2/placeholders.min.js"></script><![endif] -->
  <script src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script>
  <script src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui-touch-punch/0.2.3/jquery.ui.touch-punch.min.js"></script>
  <main role="main" class="main-content">
    <canvas id="noise" class="noise"></canvas>
  </main>
  <style>.main-content {
       z-index: 9999999999;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    height: 100vh;
    background: transparent;
}
.noise {
    z-index: 9999999999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    pointer-events: none;
    opacity: .05;
}
</style>
  <script>const noise = () => {
    let canvas, ctx;
    let wWidth, wHeight;
    let noiseData = [];
    let frame = 0;
    let loopTimeout;
    // Create Noise
    const createNoise = () => {
        const idata = ctx.createImageData(wWidth, wHeight);
        const buffer32 = new Uint32Array(idata.data.buffer);
        const len = buffer32.length;
        for (let i = 0; i < len; i++) {
            if (Math.random() < 0.1) {
                buffer32[i] = 0xff000000;
            }
        }
        noiseData.push(idata);
    };
    // Play Noise
    const paintNoise = () => {
        if (frame === 9) {
            frame = 0;
        } else {
            frame++;
        }
        ctx.putImageData(noiseData[frame], 0, 0);
    };
    // Loop
    const loop = () => {
        paintNoise(frame);
        loopTimeout = window.setTimeout(() => {
            window.requestAnimationFrame(loop);
        }, (1000 / 25));
    };
    // Setup
    const setup = () => {
        wWidth = window.innerWidth;
        wHeight = window.innerHeight;
        canvas.width = wWidth;
        canvas.height = wHeight;
        for (let i = 0; i < 10; i++) {
            createNoise();
        }
        loop();
    };
    // Reset
    let resizeThrottle;
    const reset = () => {
        window.addEventListener('resize', () => {
            window.clearTimeout(resizeThrottle);
            resizeThrottle = window.setTimeout(() => {
                window.clearTimeout(loopTimeout);
                setup();
            }, 200);
        }, false);
    };
    // Init
    const init = (() => {
        canvas = document.getElementById('noise');
        ctx = canvas.getContext('2d');
        setup();
    })();
};
noise();</script>
  <script>
FROM python:3.7-alpine
LABEL TaylorMade Tech

ENV PYTHONUNBUFFERED 1

COPY ./requirements.txt /requirements.txt
RUN apk add --update --no-cache postgresql-client
RUN apk add --update --no-cache --virtual .tmp-build-deps \
    gcc libc-dev linux-headers postgresql-dev
RUN pip install -r /requirements.txt
RUN apk del .tmp-build-deps

RUN mkdir /app
WORKDIR /app
COPY ./app /app/

RUN adduser -D user
USER user
300000000000000000000000000000000
star

Sun Dec 05 2021 14:26:01 GMT+0000 (Coordinated Universal Time)

@mino_machakibno

star

Sun Dec 05 2021 18:02:29 GMT+0000 (Coordinated Universal Time) https://medium.com/@florinpop17/javascript-coding-challenge-1-6d9c712963d2

@tolanisirius

star

Sun Dec 05 2021 19:46:36 GMT+0000 (Coordinated Universal Time) https://www.code-helper.com/answers/write-a-function-digitsum-that-calculates-the-digit-sum-of-an-integer-the-digit

@tolanisirius

star

Sun Dec 05 2021 20:41:22 GMT+0000 (Coordinated Universal Time)

@Rangerdevv

star

Mon Dec 06 2021 10:53:47 GMT+0000 (Coordinated Universal Time)

@hfwefvwefgwvef

star

Mon Dec 06 2021 13:51:54 GMT+0000 (Coordinated Universal Time) https://drupal.stackexchange.com/questions/127939/how-to-list-all-available-entity-types

@igor

star

Mon Dec 06 2021 16:17:09 GMT+0000 (Coordinated Universal Time) https://stackoverflow.com/questions/26941443/how-to-center-vertically-and-horizontally-a-div-using-bootstrap

@citsaps

star

Mon Dec 06 2021 18:05:49 GMT+0000 (Coordinated Universal Time)

@tolibjon

star

Mon Dec 06 2021 18:35:04 GMT+0000 (Coordinated Universal Time) https://beaverhero.com/back-to-top-elementor/

@Daphne

star

Mon Dec 06 2021 18:36:17 GMT+0000 (Coordinated Universal Time) https://beaverhero.com/back-to-top-elementor/

@Daphne

star

Mon Dec 06 2021 18:42:10 GMT+0000 (Coordinated Universal Time)

@vvnezapnopwnz

star

Mon Dec 06 2021 19:22:43 GMT+0000 (Coordinated Universal Time)

@timsilber

star

Tue Dec 07 2021 05:45:33 GMT+0000 (Coordinated Universal Time)

@IrtiqaMohiuddin

star

Tue Dec 07 2021 06:34:06 GMT+0000 (Coordinated Universal Time)

@vvnezapnopwnz

star

Tue Dec 07 2021 06:44:58 GMT+0000 (Coordinated Universal Time) http://localhost:3000/groups/1

@vvnezapnopwnz

star

Tue Dec 07 2021 08:18:21 GMT+0000 (Coordinated Universal Time)

@Emilgg

star

Tue Dec 07 2021 12:21:44 GMT+0000 (Coordinated Universal Time)

@TheInspired

star

Tue Dec 07 2021 14:32:05 GMT+0000 (Coordinated Universal Time) https://stackoverflow.com/questions/4470523/create-a-branch-in-git-from-another-branch

@igor

star

Tue Dec 07 2021 15:17:24 GMT+0000 (Coordinated Universal Time) https://quotex-broker.com/ru/demo-trade

@nik_kn1

star

Tue Dec 07 2021 15:19:33 GMT+0000 (Coordinated Universal Time) https://quotex-broker.com/ru/demo-trade

@nik_kn1

star

Tue Dec 07 2021 17:14:20 GMT+0000 (Coordinated Universal Time) https://www.npmjs.com/package/live-server

@colincampbell85

star

Tue Dec 07 2021 17:50:52 GMT+0000 (Coordinated Universal Time) https://github.com/rolling-scopes-school/tasks/blob/master/tasks/materials/algorithms.md

@Evgeniya

star

Tue Dec 07 2021 19:03:37 GMT+0000 (Coordinated Universal Time) https://askubuntu.com/questions/730754/how-do-i-show-the-git-branch-with-colours-in-bash-prompt

@igor

star

Tue Dec 07 2021 19:57:37 GMT+0000 (Coordinated Universal Time)

@threesixnine

star

Wed Dec 08 2021 05:43:38 GMT+0000 (Coordinated Universal Time)

@vvnezapnopwnz

star

Wed Dec 08 2021 07:36:21 GMT+0000 (Coordinated Universal Time)

@distance

star

Wed Dec 08 2021 08:55:25 GMT+0000 (Coordinated Universal Time) https://www.youtube.com/watch?v=9EmO9_MK1gQ&t=34s

@Evgeniya

star

Wed Dec 08 2021 09:48:51 GMT+0000 (Coordinated Universal Time) https://www.codegrepper.com/code-examples/sql/sql+cast+date+dd/mm/yyyy

@paulbarry

star

Wed Dec 08 2021 10:37:35 GMT+0000 (Coordinated Universal Time) https://chromatichq.com/insights/dependency-injection-drupal-8-plugins

@igor

star

Wed Dec 08 2021 13:41:55 GMT+0000 (Coordinated Universal Time)

@EagleEye

star

Wed Dec 08 2021 14:21:42 GMT+0000 (Coordinated Universal Time) https://stackoverflow.com/questions/42252443/vertical-align-center-in-bootstrap

@citsaps

star

Wed Dec 08 2021 17:16:46 GMT+0000 (Coordinated Universal Time)

@NewMakarena

star

Wed Dec 08 2021 17:19:27 GMT+0000 (Coordinated Universal Time)

@hermann

star

Wed Dec 08 2021 21:13:24 GMT+0000 (Coordinated Universal Time) https://eddmann.com/posts/ten-ways-to-reverse-a-string-in-javascript/

@tolanisirius

star

Wed Dec 08 2021 22:15:59 GMT+0000 (Coordinated Universal Time) https://www.tutorialspoint.com/reverse-a-number-in-javascript

@tolanisirius

star

Wed Dec 08 2021 23:24:43 GMT+0000 (Coordinated Universal Time)

@tolanisirius

star

Thu Dec 09 2021 07:03:31 GMT+0000 (Coordinated Universal Time)

@igor

star

Thu Dec 09 2021 07:31:16 GMT+0000 (Coordinated Universal Time) http://datacamp-community-prod.s3.amazonaws.com/f04456d7-8e61-482f-9cc9-da6f7f25fc9b

@code00

star

Thu Dec 09 2021 07:52:19 GMT+0000 (Coordinated Universal Time) https://drupal.stackexchange.com/questions/197664/add-default-image-to-image-file-programmatically

@igor

star

Thu Dec 09 2021 11:19:39 GMT+0000 (Coordinated Universal Time)

@Taylor

star

Thu Dec 09 2021 11:36:06 GMT+0000 (Coordinated Universal Time) https://developer.servicenow.com/blog.do?p

@felipems

star

Thu Dec 09 2021 13:05:08 GMT+0000 (Coordinated Universal Time) https://support.wix.com/en/article/velo-wix-blog-posts-collection-fields?_gl

@rumpski

star

Thu Dec 09 2021 13:22:54 GMT+0000 (Coordinated Universal Time) https://www.wix.com/velo/reference/$w/dropdown/options

@rumpski

star

Thu Dec 09 2021 14:21:46 GMT+0000 (Coordinated Universal Time) https://www.wix.com/velo/reference/wix-data/wixdataquery/include

@rumpski

star

Thu Dec 09 2021 17:22:45 GMT+0000 (Coordinated Universal Time) http://datacamp-community-prod.s3.amazonaws.com/d4efb29b-f9c6-4f1c-8c98-6f568d88b48f

@code00

star

Thu Dec 09 2021 18:08:00 GMT+0000 (Coordinated Universal Time) https://www.techwithtim.net/tutorials/flask/html-templates/

@huskygeek

star

Thu Dec 09 2021 19:06:22 GMT+0000 (Coordinated Universal Time)

@partywave

star

Thu Dec 09 2021 22:36:36 GMT+0000 (Coordinated Universal Time) https://newbedev.com/postgres-shuts-down-immediately-when-started-with-docker-compose

@Taylor

star

Thu Dec 09 2021 23:54:38 GMT+0000 (Coordinated Universal Time) https://www.blooket.com/market

@Sitickywill1122

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension