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
import pymupdf | |
doc = pymupdf.open("book.pdf") | |
#metadata = doc.metadata | |
#new_metadata = {"title": "New Title", "author": "New Author"} | |
#new_metadata = metadata | |
#doc.set_metadata(new_metadata) | |
toc = doc.get_toc() | |
new_toc = toc |
The Power of Critical Thinking - Additional Online Resources - https://web.archive.org/web/20141110203508/http://www.oupcanada.com/higher_education/companion/philosophy/9780195425031/student_resources/additional_resources.html
- Critical Thinking On The Web https://web.archive.org/web/20080721202400/http://www2.austhink.com/critical/
- Experts and Expertise https://web.archive.org/web/20071006010534/http://www.austhink.org/critical/pages/experts_and_expertise.htm
- Group Thinking https://web.archive.org/web/20080115124217/http://www.austhink.org/critical/pages/group_thinking.html
- Argument Mapping https://web.archive.org/web/20080501111834/http://www.austhink.org/critical/pages/argument_mapping.html
- Research Methods Knowledge Base https://conjointly.com/kb/table-of-contents/
- Argument Mapping Tutorials https://web.archive.org/web/20110214001125/http://austhink.com/reason/tutorial
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
(function () { | |
const popup = createPopup('HN submitted'); | |
if (location.host != 'news.ycombinator.com' || !(location.pathname == '/user' || location.pathname == '/submitted')) { | |
popup.innerHTML = 'ERROR: Go to your user or submitted page on HN and then try again.'; | |
return; | |
} | |
const id = location.search.split('=')[1]; | |
const types = { | |
csv: { | |
header: 'Name,URL', |
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
//twitter download bookmarks | |
var before_start, after_finished, before_loop, after_element_clicked; | |
before_start = 10000; | |
after_finished = before_start; | |
before_loop = 10000; | |
after_element_clicked = before_loop - 1000; | |
var scroll_count = 500; | |
var startTime, endTime; | |
start(); |
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
//twitter download bookmarks | |
var before_start, after_finished, before_loop, after_element_clicked; | |
before_start = 1000; | |
after_finished = before_start; | |
before_loop = 1200; | |
after_element_clicked = before_loop - 1000; | |
var scroll_count = 1200; | |
var startTime, endTime; | |
start(); |
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
(function () { | |
const popup = createPopup('HN upvoted'); | |
if (location.host != 'news.ycombinator.com' || !(location.pathname == '/user' || location.pathname == '/upvoted')) { | |
popup.innerHTML = 'ERROR: Go to your user or upvoted page on HN and then try again.'; | |
return; | |
} | |
const id = location.search.split('=')[1]; | |
const types = { | |
csv: { | |
header: 'Name,URL', |
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
<html style><!-- | |
--><meta charset=utf-8> | |
<meta name=description content="Personal Website"> | |
<meta name=twitter:card content=summary> | |
<meta name=twitter:site content=@twitter_user_name> | |
<meta name=viewport content="width=device-width, initial-scale=1.0"> | |
<link rel=canonical href=http://personalwebsite.com/> | |
<style>body{line-height:1.4;font-size:16px;padding:0 10px;margin:50px auto;max-width:650px}#maincontent{max-width:42em;margin:15 auto}</style> | |
<title>Name</title> | |
<style id=ctre_styles>@media (prefers-color-scheme:dark){}</style><meta name=referrer content=no-referrer><meta http-equiv=content-security-policy content="default-src 'none'; font-src 'self' data:; img-src 'self' data:; style-src 'unsafe-inline'; media-src 'self' data:; script-src 'unsafe-inline' data:; object-src 'self' data:; frame-src 'self' data:;"><style>img[src="data:,"],source[src="data:,"]{display:none!important}</style></head> |
Exiftool
- Set title
- exiftool /Volumes/GoogleDrive/My\ Drive/pdfs/noise/data:\ effects/Jet\ Engine\ Noise\ Reduction.pdf -title="Jet Engine Noise Reduction"
- View Metadata
- exiftool /Volumes/GoogleDrive/My\ Drive/pdfs/noise/data:\ effects/Jet\ Engine\ Noise\ Reduction.pdf
- View title
- exiftool -title *.pdf
- exiftool /Volumes/GoogleDrive/My\ Drive/pdfs/noise/data:\ effects/Jet\ Engine\ Noise\ Reduction.pdf -title
- Set title for batch
- exiftool '-Title<${FileName;s/.pdf//}' *.pdf
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
SUMMER INTERNSHIPS LIST | |
--- | |
RESEARCH INTERNSHIPS FOR UNDERGRADUATE AND GRADUATE STUDENTS | |
INDIA: | |
1. SURGE, IIT Kanpur (http://surge.iitk.ac.in/) | |
2. SPARK, IIT Roorkee (http://spark.iitr.ac.in/) | |
3. IIT Bombay, Research Internship Program (http://www.iitb.ac.in/en/education/research-internship)(http://www.iitb.ac.in/newacadhome/toTraining.jsp)(https://www.it.iitb.ac.in/summerinternship2020/selectionlist.html) | |
4. IAS Bangalore, SRFP (https://www.ias.ac.in/) | |
5. JNCASR, Bangalore, SRFP (http://www.jncasr.ac.in/fe/srfp.php) |
NewerOlder