- Zoho commission tracker - 10:05 - 13:45
- Upgrade to symfony6
- Commonds added
- Services added
- Exception added
- php-cs-fixer added
- Form/Types added
- Upgrade to symfony6
{"name":"Default","settings":"{\"settings\":\"{\\n \\\"security.workspace.trust.untrustedFiles\\\": \\\"open\\\",\\n \\\"files.maxMemoryForLargeFilesMB\\\": 10240,\\n \\\"workbench.iconTheme\\\": \\\"vscode-icons\\\",\\n \\\"editor.inlineSuggest.enabled\\\": true,\\n \\\"emmet.includeLanguages\\\": {\\n \\\"twig\\\": \\\"html\\\",\\n \\\"vue-html\\\": \\\"html\\\",\\n \\\"vue\\\": \\\"html\\\"\\n },\\n \\\"[javascript]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"esbenp.prettier-vscode\\\"\\n },\\n \\\"editor.quickSuggestions\\\": {\\n \\\"other\\\": true,\\n \\\"comments\\\": true,\\n \\\"strings\\\": true\\n },\\n \\\"redhat.telemetry.enabled\\\": false,\\n \\\"[html]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"esbenp.prettier-vscode\\\"\\n },\\n \\\"github.copilot.enable\\\": {\\n \\\"*\\\": true,\\n \\\"yaml\\\": true,\\n \\\"plaintext\\\": true,\\n \\\"markdown\\\": true\\n |
ISI Abroad provides a hassle-free study program abroad making it very easy for students to apply for studies in Italy at either Florence or Perugia. The study process and registration are supervised by the administration, and the students are supported at all times by the faculty. The program is structured in a way that the procedure of enrollment is very smooth, from the time they enroll to the time they come back home, students will be concentrating on academic progress and getting used to a foreign culture knowing that they have the support of the team if they need anything.
This is a centralized hub where administrators oversee the movement of each student. Through a tool to approve or disapprove steps, students can be transferred to stages according to one of these tools, along with regulating stud
<?php | |
$listOfTimeZones = [ | |
'Africa'=> [ | |
'Africa/Algiers'=>'Algeria (+01:00)', | |
'Africa/Gaborone'=>'Botswana (+02:00)', | |
'Africa/Douala'=>'Cameroon (+01:00)', | |
'Africa/Bangui'=>'Central African Republic (+01:00)', | |
'Africa/Ndjamena'=>'Chad (+01:00)', | |
'Africa/Kinshasa'=>'Democratic Republic of the Congo (+01:00)', |
<template> | |
<div | |
v-show="!zoom || $device.isMobile" | |
class="pointer-events-none sm:pointer-events-auto absolute inset-x-0 top-4 z-10 mx-auto flex max-w-max cursor-pointer gap-3 rounded-full bg-dark/75 px-4 py-2 text-white" | |
role="button" | |
@click="zoom = !zoom" | |
> | |
<nuxt-img src="/images/icons/icon-search-white.svg" width="20" /> | |
<span>Click to zoom</span> | |
</div> |
# nginx revers proxy for nuxt front-end and fuelphp backend backup | |
events { } | |
http { | |
server { | |
#http redirect to ssl | |
listen 80 default_server; | |
server_name _; |
# Git branch bash completion | |
if [ -f ~/.git-completion.bash ]; then | |
. ~/.git-completion.bash | |
# echo "Git completion loaded" | |
# # Add git completion to aliases | |
# # __git_complete g __git_main | |
# # __git_complete gc _git_checkout | |
# # __git_complete gm __git_merge | |
# __git_complete gpl _git_pull |
- Show full pagination in datatable ( goto last page of datatable)
- Get list of all installed vscode extension in linux
- To Get Only Ip address of local system with linux command (
- To generate large files for testing. terminal command
- TO allow permission in db
- Login to mysql : mysql -u root -p
- Password generator command: