Skip to content

Instantly share code, notes, and snippets.

google.com, pub-2508714053459433, DIRECT, f08c47fec0942fa0
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Money Count - Privacy Policy</title>
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
line-height: 1.6;
@tama027
tama027 / pipelineTest.md
Last active January 19, 2019 14:52
pipeline test (php) for jabardigitalservice
@tama027
tama027 / testsql2.sql
Last active May 17, 2019 04:18
second test sql for jabardigitalservice
-- Write only the SQL statement that solves the problem and nothing else.
select name from employees where managerId != ""
@tama027
tama027 / testsql.sql
Last active May 17, 2019 04:12
sql test for jabardigitalservice
-- Write only the SQL statement that solves the problem and nothing else.
select count (*) from students where firstName like 'john';
@tama027
tama027 / palindrometest.md
Last active May 17, 2019 04:07
palindrome test for jabardigitalservice