This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id":395019089, | |
"full_name":"Abdullah Bakhach", | |
"first_name":"Abdullah", | |
"last_name":"Bakhach", | |
"headline":"Building something new, ex-Amazon, ex-Toters", | |
"profile_url":"https://www.linkedin.com/in/abdullahbakhach", | |
"location":"Lebanon", | |
"summary":"Leading Toters software team in building next generation features, providing technical support to ongoing operations, and scaling the technology infrastructure to handle the rapid growth of Toters.\n\nPrivileged to live in Lebanon.\n\nStack Exchange: https://stackexchange.com/users/400546/abbood\nToters Team Github Account: https://github.com/totersapp\nGood reads page: https://www.goodreads.com/review/list/14116902?shelf=%23ALL%23", | |
"recommendations_count":13, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"public_identifier": "abdullahbakhach", | |
"profile_pic_url": "https://s3.us-west-000.backblazeb2.com/proxycurl/person/abdullahbakhach/profile?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=0004d7f56a0400b0000000001%2F20230406%2Fus-west-000%2Fs3%2Faws4_request&X-Amz-Date=20230406T143223Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=91cf96f722f323be88da7520e777843f496e5e175522d39c025e48f84719cb63", | |
"background_cover_image_url": "https://s3.us-west-000.backblazeb2.com/proxycurl/person/abdullahbakhach/cover?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=0004d7f56a0400b0000000001%2F20230406%2Fus-west-000%2Fs3%2Faws4_request&X-Amz-Date=20230406T143223Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=1fe65a29e62da0824c9d578d36ad82bad6235064fd2cf03342af04512e66fa0b", | |
"first_name": "Abdullah", | |
"last_name": "Bakhach", | |
"full_name": "Abdullah Bakhach", | |
"follower_count": 12705, | |
"occupation": "Co-founder and CTO at Stealth Startup", | |
"headline": "Building |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id":395019089, | |
"full_name":"Abdullah Bakhach", | |
"first_name":"Abdullah", | |
"last_name":"Bakhach", | |
"headline":"Building something new, ex-Amazon, ex-Toters", | |
"profile_url":"https://www.linkedin.com/in/abdullahbakhach", | |
"location":"Lebanon", | |
"summary":"Leading Toters software team in building next generation features, providing technical support to ongoing operations, and scaling the technology infrastructure to handle the rapid growth of Toters.\n\nPrivileged to live in Lebanon.\n\nStack Exchange: https://stackexchange.com/users/400546/abbood\nToters Team Github Account: https://github.com/totersapp\nGood reads page: https://www.goodreads.com/review/list/14116902?shelf=%23ALL%23", | |
"recommendations_count":13, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
health#nvim#check | |
======================================================================== | |
## Configuration | |
- OK: no issues found | |
## Performance | |
- OK: Build type: Release | |
## Remote Plugins | |
- OK: Up to date |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ERROR: schema "pganalyze" already exists | |
CREATE EXTENSION | |
ERROR: must be owner of extension pg_stat_statements | |
CREATE EXTENSION | |
ERROR: must be owner of extension postgis | |
CREATE EXTENSION | |
ERROR: must be owner of extension uuid-ossp | |
ERROR: type "addbandarg" already exists | |
ERROR: must be owner of type public.addbandarg | |
ERROR: type "agg_count" already exists |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
syntax enable | |
set background=dark | |
set encoding=UTF-8 | |
let g:spacegray_low_contrast = 1 | |
colorscheme spacegray | |
" colorscheme hybrid_material |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
syntax enable | |
set background=dark | |
set encoding=UTF-8 | |
let g:spacegray_low_contrast = 1 | |
colorscheme spacegray | |
" colorscheme hybrid_material |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
select | |
distinct u.id as [User ID], | |
u.displayname as [User Name], | |
u.reputation as [User Rep] | |
from users u | |
join badges b | |
on u.id = b.userid | |
where upper(u.location) like upper('%' + ##YourLocation:string## + '%') -- uppercase location-- | |
and UPPER(b.name) LIKE UPPER('%' + ##Tag:string## + '%') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
reference: https://42hire.com/how-to-find-developers-at-stackoverflow-aa0f64dcffd1 | |
DECLARE @myUsers TABLE | |
( | |
Id int, | |
Reputation int, | |
CreationDate datetime, | |
DisplayName nvarchar(40), | |
LastAccessDate datetime, | |
WebsiteUrl nvarchar(200), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[items_info] => Wilgucki\Csv\CsvCollection Object | |
( | |
[items:protected] => Array | |
( | |
[0] => App\StoreItem Object | |
( | |
[dates:protected] => Array | |
( | |
[0] => deleted_at | |
[1] => unavailable_until |