-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
116 lines (116 loc) · 13.5 KB
/
Copy pathindex.html
File metadata and controls
116 lines (116 loc) · 13.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Attogram Project - Open Source Portfolio</title>
<style>body {
background-color: #fdfdfd;
color: #222;
font-family: system-ui, -apple-system, sans-serif;
line-height: 1.6;
max-width: 800px;
margin: 0 auto;
padding: 20px;
}
header {
margin-bottom: 30px;
}
header div {
font-size: 1.8em;
font-weight: bold;
}
nav {
margin-top: 10px;
display: flex;
gap: 15px;
border-bottom: 1px solid #eee;
padding-bottom: 10px;
}
a, a:visited {
color: #0056b3;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.list {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.project {
background-color: white;
border: 1px solid #eee;
margin-bottom: 20px;
text-align: left;
width: 380px;
border-radius: 8px;
overflow: hidden;
box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
.project img {
border: 0;
border-bottom: 1px solid #eee;
height: 190px;
margin: 0;
padding: 0;
width: 100%;
object-fit: cover;
}
.project .name, .about, .home, .demo, .tech, .start {
margin: 10px 15px;
}
.project .name {
font-size: 1.2em;
font-weight: bold;
}
.project .about {
font-size: 0.95em;
}
.project .home, .demo, .tech, .start {
font-size: 0.85em;
}
.project .tech {
font-style: italic;
color: #666;
}
.project .start {
font-family: monospace;
float: right;
margin-bottom: 10px;
color: #888;
}
footer {
margin-top: 40px;
padding-top: 20px;
border-top: 1px solid #eee;
font-family: monospace;
font-size: 0.85em;
color: #666;
}
@media (max-width: 768px) {
.project {
width: 100%;
}
}
</style>
</head>
<body>
<header>
<div>Attogram project</div>
<nav>
<a href="/blog/">Blog Home</a>
<a href="/">Portfolio</a>
<a href="https://github.com/attogram">GitHub</a>
<a href="https://discord.gg/BGQJCbYVBa">Discord</a>
</nav>
</header>
<div class="list"><div class="project"><a href="https://github.com/attogram/ollama-multirun"><img src="logos/ollama-multirun.png" width="320" height="160" alt="Ollama Multirun"></a><div class="name"><a href="https://github.com/attogram/ollama-multirun">Ollama Multirun</a></div><div class="about">A bash shell script to run a single prompt against any or all of your locally installed ollama models,
saving the output and performance statistics as easily navigable web pages.</div><div class="tech">Tech: Bash, Ollama</div><div class="home"><a href="https://github.com/attogram/ollama-multirun">Ollama Multirun <b>Project</b></a></div><div class="demo"><a href="https://attogram.github.io/ai_test_zone/">Ollama Multirun <b>Demo</b></a></div><div class="start">Founded: 2025</div></div><div class="project"><a href="https://github.com/attogram/ollama-bash-toolshed"><img src="logos/ollama-bash-toolshed.png" width="320" height="160" alt="Ollama Bash Toolshed"></a><div class="name"><a href="https://github.com/attogram/ollama-bash-toolshed">Ollama Bash Toolshed</a></div><div class="about">Bash scripts to chat with tool using models. Add new tools to your shed with ease. Runs on Ollama.</div><div class="tech">Tech: Bash, Ollama</div><div class="home"><a href="https://github.com/attogram/ollama-bash-toolshed">Ollama Bash Toolshed <b>Project</b></a></div><div class="start">Founded: 2025</div></div><div class="project"><a href="https://github.com/attogram/llm-council"><img src="logos/llm-council.png" width="320" height="160" alt="LLM Council"></a><div class="name"><a href="https://github.com/attogram/llm-council">LLM Council</a></div><div class="about">A bash script to start a chat room between all, or some, of your models running on ollama.</div><div class="tech">Tech: Bash, Ollama</div><div class="home"><a href="https://github.com/attogram/llm-council">LLM Council <b>Project</b></a></div><div class="start">Founded: 2025</div></div><div class="project"><a href="https://github.com/attogram/justrefs"><img src="logos/project.png" width="320" height="160" alt="Just Refs"></a><div class="name"><a href="https://github.com/attogram/justrefs">Just Refs</a></div><div class="about">Extract a list of reference links and a list of related topics from any page on the English Wikipedia. Remove the distraction of prose written by others!</div><div class="tech">Tech: PHP 7, Wikimedia API</div><div class="home"><a href="https://github.com/attogram/justrefs">Just Refs <b>Project</b></a></div><div class="demo"><a href="https://getitdaily.com/justrefs/">Just Refs <b>Demo</b></a></div><div class="start">Founded: 2020</div></div><div class="project"><a href="https://github.com/attogram/EightQueens"><img src="logos/EightQueens.png" width="320" height="160" alt="Eight Queens"></a><div class="name"><a href="https://github.com/attogram/EightQueens">Eight Queens</a></div><div class="about">The Eight Queens chess game - Can you place 8 queens on the board with none under attack? A web game inspired by the classic math puzzle.</div><div class="tech">Tech: Javascript, React, Chessboard.jsx</div><div class="home"><a href="https://github.com/attogram/EightQueens">Eight Queens <b>Project</b></a></div><div class="demo"><a href="https://fosiper.com/games/EightQueens/">Eight Queens <b>Demo</b></a></div><div class="start">Founded: 2019</div></div><div class="project"><a href="https://github.com/attogram/games"><img src="logos/games.png" width="320" height="160" alt="Games Website Builder"></a><div class="name"><a href="https://github.com/attogram/games">Games Website Builder</a></div><div class="about">Your own games website, filled with open source goodness! Automated installation of a plethora of open source web games. Fully customizable.</div><div class="tech">Tech: PHP 7, Git</div><div class="home"><a href="https://github.com/attogram/games">Games Website Builder <b>Project</b></a></div><div class="demo"><a href="https://fosiper.com/games/">Games Website Builder <b>Demo</b></a></div><div class="start">Founded: 2016</div></div><div class="project"><a href="https://github.com/attogram/currency-exchange-rates"><img src="logos/currency-exchange-rates.png" width="320" height="160" alt="Currency Exchange Rates"></a><div class="name"><a href="https://github.com/attogram/currency-exchange-rates">Currency Exchange Rates</a></div><div class="about">Currency Exchange Rates Website with data from: The European Central Bank, The Swiss National Bank, The Bank of Israel, The Central Bank of the Russian Federation, and The Reserve Bank of Australia.</div><div class="tech">Tech: PHP 7, SQLite, Financial APIs</div><div class="home"><a href="https://github.com/attogram/currency-exchange-rates">Currency Exchange Rates <b>Project</b></a></div><div class="demo"><a href="https://getitdaily.com/rates/">Currency Exchange Rates <b>Demo</b></a></div><div class="start">Founded: 2019</div></div><div class="project"><a href="https://github.com/attogram/body-mass-info-table"><img src="logos/body-mass-info-table.png" width="320" height="160" alt="Body Mass Info Table"></a><div class="name"><a href="https://github.com/attogram/body-mass-info-table">Body Mass Info Table</a></div><div class="about">Multi-weight Body Mass Index (BMI) table based on your height, age and sex, with calculated Body Fat/Lean Percentage, Base Metabolic Rate (BMR) and Total Daily Energy Expenditure (TDEE) for various activity levels.</div><div class="tech">Tech: PHP 7</div><div class="home"><a href="https://github.com/attogram/body-mass-info-table">Body Mass Info Table <b>Project</b></a></div><div class="demo"><a href="https://getitdaily.com/body-mass-info-table/">Body Mass Info Table <b>Demo</b></a></div><div class="start">Founded: 2019</div></div><div class="project"><a href="https://github.com/attogram/shared-media-tagger"><img src="logos/shared-media-tagger.png" width="320" height="160" alt="Shared Media Tagger"></a><div class="name"><a href="https://github.com/attogram/shared-media-tagger">Shared Media Tagger</a></div><div class="about">Crowdsourced ratings website for freely licensed images and media from Wikimedia Commons.</div><div class="tech">Tech: PHP, SQLite, Wikimedia API</div><div class="home"><a href="https://github.com/attogram/shared-media-tagger">Shared Media Tagger <b>Project</b></a></div><div class="demo"><a href="https://fosiper.com/cats/">Shared Media Tagger <b>Demo</b></a></div><div class="start">Founded: 2017</div></div><div class="project"><a href="https://github.com/attogram/shared-media-api"><img src="logos/shared-media-api.png" width="320" height="160" alt="Shared Media API"></a><div class="name"><a href="https://github.com/attogram/shared-media-api">Shared Media API</a></div><div class="about">MediaWiki Query API wrapper that easily gets Category and Media file information into simple PHP arrays. Fine-tuned for WikiMedia Commmons.</div><div class="tech">Tech: PHP, MediaWiki API</div><div class="home"><a href="https://github.com/attogram/shared-media-api">Shared Media API <b>Project</b></a></div><div class="start">Founded: 2017</div></div><div class="project"><a href="https://github.com/attogram/router"><img src="logos/router.png" width="320" height="160" alt="Attogram Router"></a><div class="name"><a href="https://github.com/attogram/router">Attogram Router</a></div><div class="about">Attogram Router for PHP 7 - small, flexible, and surprisingly powerful.</div><div class="tech">Tech: PHP 7</div><div class="home"><a href="https://github.com/attogram/router">Attogram Router <b>Project</b></a></div><div class="demo"><a href="https://getitdaily.com/attogram-router/">Attogram Router <b>Demo</b></a></div><div class="start">Founded: 2017</div></div><div class="project"><a href="https://github.com/attogram/clean-repo-games"><img src="logos/clean-repo-games.png" width="320" height="160" alt="Clean Repo: Games"></a><div class="name"><a href="https://github.com/attogram/clean-repo-games">Clean Repo: Games</a></div><div class="about">Clean Repo: Games - a collaborative project to find and remove hidden tracking codes, advertising, trojans and excessive promotional content from open source game repositories.</div><div class="home"><a href="https://github.com/attogram/clean-repo-games">Clean Repo: Games <b>Project</b></a></div><div class="demo"><a href="https://attogram.github.io/clean-repo-games/">Clean Repo: Games <b>Demo</b></a></div><div class="start">Founded: 2019</div></div><div class="project"><a href="https://github.com/attogram/ote"><img src="logos/ote.png" width="320" height="160" alt="Open Translation Engine"></a><div class="name"><a href="https://github.com/attogram/ote">Open Translation Engine</a></div><div class="about">A collaborative translation dictionary manager for the open content web.</div><div class="tech">Tech: PHP, SQLite / MySQL</div><div class="home"><a href="https://github.com/attogram/ote">Open Translation Engine <b>Project</b></a></div><div class="demo"><a href="https://ote.2meta.com/">Open Translation Engine <b>Demo</b></a></div><div class="start">Founded: 2001</div></div><div class="project"><a href="https://github.com/attogram/randomosity-tester"><img src="logos/randomosity-tester.png" width="320" height="160" alt="Randomosity Tester"></a><div class="name"><a href="https://github.com/attogram/randomosity-tester">Randomosity Tester</a></div><div class="about">Frequency distribution and timings for PHP rand(), mt_rand(), random_int(), and SQLite ORDER BY RANDOM()</div><div class="tech">Tech: PHP, SQLite</div><div class="home"><a href="https://github.com/attogram/randomosity-tester">Randomosity Tester <b>Project</b></a></div><div class="demo"><a href="http://fosiper.com/random/">Randomosity Tester <b>Demo</b></a></div><div class="start">Founded: 2017</div></div><div class="project"><a href="https://github.com/attogram/DAMS"><img src="logos/DAMS.png" width="320" height="160" alt="Dictionary Additions Management Systems"></a><div class="name"><a href="https://github.com/attogram/DAMS">Dictionary Additions Management Systems</a></div><div class="about">Open content translation dictionary files.</div><div class="home"><a href="https://github.com/attogram/DAMS">Dictionary Additions Management Systems <b>Project</b></a></div><div class="start">Founded: 2016</div></div><div class="project"><a href="https://github.com/attogram/react-tidbits"><img src="logos/react-tidbits.png" width="320" height="160" alt="React Tidbits"></a><div class="name"><a href="https://github.com/attogram/react-tidbits">React Tidbits</a></div><div class="about">React component to show ever changing content.</div><div class="tech">Tech: Javascript, React</div><div class="home"><a href="https://github.com/attogram/react-tidbits">React Tidbits <b>Project</b></a></div><div class="demo"><a href="https://attogram.github.io/react-tidbits/">React Tidbits <b>Demo</b></a></div><div class="start">Founded: 2019</div></div><div class="project"><a href="https://github.com/attogram"><img src="logos/github.png" width="320" height="160" alt="Attogram on Github"></a><div class="name"><a href="https://github.com/attogram">Attogram on Github</a></div><div class="about">Our Git repository service provider. Started with the migration of the Open Translation Engine SVN repository from SourceForge.</div><div class="home"><a href="https://github.com/attogram">Attogram on Github <b>Project</b></a></div><div class="start">Founded: 2014</div></div></div><footer>
<p>Portfolio Last Updated: 2026-06-11 20:16:02 UTC</p>
<p>Powered by <a href="https://github.com/attogram/attogram.github.io">Attogram Website Builder</a> v4.0.1</p>
</footer>
</body>
</html>