Below command helps to check the path variable where python might be installed.
grep -H 'PATH=' ~/.zshrc ~/.bash_profile ~/.bashrc ~/.profile ~/.zprofile ~/.zlogin /etc/profile /etc/bashrc /etc/zshrc
arch -x86_64 zsh
Below command helps to check the path variable where python might be installed.
grep -H 'PATH=' ~/.zshrc ~/.bash_profile ~/.bashrc ~/.profile ~/.zprofile ~/.zlogin /etc/profile /etc/bashrc /etc/zshrc
arch -x86_64 zsh
############ REPLACE app/models/enterprise_token.rb in the source code with this file! ################ | |
############ also be sure to RESTART OpenProject after replacing the file. ################ | |
############ it doesn't show that enterprise mode is enabled in the settings, but all ################ | |
############ enterprise mode features, such as KanBan boards, are enabled. ################ | |
#-- copyright | |
# OpenProject is an open source project management software. | |
# Copyright (C) 2012-2024 the OpenProject GmbH | |
# | |
# This program is free software; you can redistribute it and/or | |
# modify it under the terms of the GNU General Public License version 3. |
username: sshd |
# walk_gdrive.py - os.walk variation with Google Drive API | |
import os | |
from apiclient.discovery import build # pip install google-api-python-client | |
FOLDER = 'application/vnd.google-apps.folder' | |
def get_credentials(scopes, secrets='~/client_secrets.json', storage='~/storage.json'): | |
from oauth2client import file, client, tools |
Disable any set-on-boot settings that could be problematic with a new ROM/Kernel (for instance Kernel settings, themes etc).
Backup your apps and data with your backup app (Titanium or the like). This is not strictly necessary as part of the procedure, but acts as a second backup, just in case.
Boot into your custom recovery and make a Nandroid backup of your entire phone. You should do this before every ROM update anyway, and it is especially important here, as you’re later going to restore the data partition from this backup.
> Now while in custom recovery, clean flash your new ROM update (factory reset/cache wipe first) - flash any kernel or Gapps as well.
=CONCATENATE("insert into cityMaster(cityName,cityCode,stateId,zoneId,status) values('",A2,"','",B2,"','",D2,"','",E2,"',1);")
SELECT *
FROM `pincodeMaster`
WHERE stateName REGEXP '^ANDAMAN|ASSAM|BIHAR|Chattisgarh|DADRA|DAMAN|DELHI|GOA|HIMACHAL PRADESH|JAMMU|JHARKHAND|MADHYA PRADESH|MEGHALAYA|MIZORAM|NAGALAND|PONDICHERRY|RAJASTHAN|SIKKIM|TRIPURA|WEST BENGAL|TAMILNADU|Andhra Pradesh|Kerala|Karnataka|Maharashtra|Gujarat|Haryana|Punjab|Uttar Pradesh|Uttarakhand|Orrisa|Andrapradesh|Telangana (.*)'
GROUP BY stateName
Will search for all the states that matches similar to like and case-insensitive too.
Suppose you have a structure like
a: {
b: [
{
c: 1,
d: 2
},
{
c: 3,