Comments on 2019-10-27 another test
TEst comment to check dynamic comments ⇒ [[http://abc.com|shrysr]]. 2019-10-27 14:01 UTC. . . .
1K - last updated 2019-10-27 14:01 UTC by shrysr
2020-01-19 Oddmuse curl exploration and setup
[[https://github.com/kensanata/oddmuse-curl oddmuse-curl]] is kensanata's (AlexSchroeder) tool to use . . . ;; Oddmuse user name (setq oddmuse-username "shrysr") ;; setting a lit of the oddmuse wikis that . . .
3K - last updated 2023-12-30 02:42 UTC by shrysr
2020-01-21 Setting up Continuous Integration (CI) for docker containers
This blog post takes you through the process of setting up Continuous Integration for building docker . . . within tolerable limits as of now.  . . .  . . . with your login credentials.  . . . click on setup automated builds.  . . .
14K - last updated 2020-01-22 06:24 UTC by shrysr
2020-04-09 Automating the deployment of my Hugo site
Tags: [[tag:PublishingOnline]] [[tag:Linux notes]] [[tag:Hugo]] [[tag:technicalNotes]] [[tag:CodeJournal]] . . . complete source is available as a Git repo at [shrysr/sr-hugo](https://github.com/shrysr/hugo-sr). . . .
9K - last updated 2024-01-14 19:14 UTC by shrysr
CFD Job Scheduler
# Introduction [[image:scheduler_pseudo_algo_flow]] This is a Python script for a portable, scalable . . . **[Code On Github](https://github.com/shrysr/jobscheduler)** **[Presentation](https://shrysr.github.io/jobscheduler/index.html)** . . . **[Wiki on Github](https://github.com/shrysr/jobscheduler/wiki)** # Problem Statement A job . . .
3K - last updated 2019-10-27 22:34 UTC by shrysr
Datascience feed
*This is an RSS feed from Pinboard for all the posts tagged #datascience. The pinboard filter can be . . . accessed [[https://pinboard.in/u:shrysr/t:%23datascience/ here]]. This will include . . . ----- <rss https://feeds.pinboard.in/rss/u:shrysr/t:%23datascience/> . . .
1K - last updated 2020-01-19 03:31 UTC by 1441
HomePage
# Welcome Hi! I'm [[shrysr|Shreyas Ragavan]] and this is my corner of the web. Learn more on [[About]]. . . .
2K - last updated 2024-01-14 18:44 UTC by shrysr
Linux Notes - Collated version
Tags: [[tag:technicalNotes]] [[tag:Linux notes]] [2023-07-16 Sun] Other notes are collected in smaller, . . . and adding the user to the sudo group: adduser shrysr usermod -aG sudo shrysr After this the password . . . # Copy SSH id ssh-copy-id -i ~/.ssh/id_rsa shrysr@s.ragavan.co:~/.ssh/ # Installing node js and . . .
18K - last updated 2023-07-16 20:08 UTC by shrysr
MicroBlog
This page is an experimental page with my microblog - as one long endless page with very short entries . . . and rants. [new:shrysr] This is my first entry and an attempt to create . . .
1K - last updated 2024-01-12 06:17 UTC by shrysr
Pinboard Feed
- Visit my [[https://pinboard.in/u:shrysr public pinboard]]. *The tagging and categorisation is a work . . . ----- <rss http://feeds.pinboard.in/rss/u:shrysr/> . . .
1K - last updated 2020-01-16 23:55 UTC by 1441
RecentChanges
<include "About_this_website"> # Me <include "shrysr"> . . .
1K - last updated 2024-01-10 07:54 UTC by shrysr
SQL
Tags: [[tag:sql]] [[tag:technicalNotes]] # Init These are my notes on using SQL and PostgresSQL. # TODO . . . is necessary to create a user first. CREATE USER shrysr WITH PASSWORD abcd Exiting the postgres user . . . user and to the specified database psql -U shrysr -d postgres SQL commands are now available at . . . file into the table. COPY accidents FROM '/home/shrysr/sql_practice/accidents.csv' WITH CSV HEADER . . . then, on psql - use the sql command: ALTER USER shrysr WITH superuser; Alternately, it may be necessary . . .
8K - last updated 2019-10-27 13:24 UTC by shrysr
public key
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDI9W9RCDUtIBxoaSD3thkwRaPR7RSxVnYX7zw/KbcPiqnLD2lSCmOhVWPT7DfGVonYAPl2BzN/Kp5EdhclkWCuv2VXMg3a79aYHf8AxrlaRNGlU7BXTXF2EOTUDNyAkMvNAsP1whcQyfGLQtMkLYqhe+VYaMo09YIheA+PjJZXHdN9Z8y+LW21sPXcmMs1WDsa+ioFAkr5Dw77de0Fy6/0+tkx5PyrAMqTw7KS6DY4RnyF+MGJ/rPnsZxle6g2Fa07zZ2olLeoRg9MTdL906Tcx2w/IVgntsp+29jU4zELL3Xr6fLu224xmjGUF1NBIMd1UQ5/3NPcH+EV4Bmxz198LmsJD2pVenlDPm1yhMpdd63/Vs9T7h5nn4t1/x41nlW4gtN3SS4yrn3bsNlOfh55YSaIMasrccJ/daPMz5WCGFZe3jW5uGMzSwETQEe+fRNyczpK/W8APdPzn79MpX9DN9BG8jaVsHfpFeQWlugvVXOALisOdK33XkbfngJHlp51sDxIsGTMEUCaE5OIzik76UIfGYCxUY9QlCyOe+lUMdeY/OcqATkjU7XtaZIFQrNtLGrfCV5vzRHn+y4o9OeQzlimNQD16cwzZcz41Aev2sIwS7mcKWbd2jW8AkosjUkuC1OhOV6AdXTbz48MEyTFki+hIIdzRcH7n5KQx4CXBQ== . . . shrysr@Shreyass-MacBook-Pro-2.local . . .
1K - last updated 2020-02-04 05:30 UTC by 1441
python notes
Tags: [[tag:technicalNotes]], [[tag:PythonNotes]], [[tag:DataScienceJournal]] The following(incomplete) . . . import sys print(sys.executable) -25 25 /home/shrysr/miniconda3/envs/min_ds/bin/python - The \`not\` . . . import sys print(sys.executable) -25 25 /home/shrysr/miniconda3/envs/min_ds/bin/python - The \`not\` . . .
59K - last updated 2023-12-11 00:34 UTC by shrysr
shrysr
I am Shreyas Ragavan. I started my career as a mechanical engineer and computational physicist with a . . . stuff and contact I typically use the nick shrysr on IRC channels and Github. I'm not very active . . . Linked in]] - [[https://github.com/shrysr Github]] Mastodon: - [[https://fosstodon.org/@shrysr . . . Fosstodon]] - [[https://emacs.ch/@shrysr Emacs.ch]] Email : shreyas(at)ragavan.co ## . . .
4K - last updated 2024-01-18 02:10 UTC by shrysr
15 pages found.