duplicates = multiple editions
A Classical Introduction to Modern Number Theory, Kenneth Ireland Michael Rosen
A Classical Introduction to Modern Number Theory, Kenneth Ireland Michael Rosen
| <!doctype html> | |
| <html> | |
| <head> | |
| <script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> | |
| <script type="text/javascript"> | |
| var spData = null; | |
| function doData(json) { | |
| spData = json.feed.entry; | |
| } | |
| # Config for GNU GRand Unified Bootloader (GRUB) (2) | |
| # /boot/grub/grub.cfg | |
| # or | |
| # /boot/grub2/grub.cfg | |
| # This grub.cfg file was created by Lance http://www.pendrivelinux.com | |
| # Suggested Entries and the suggestor, if available, will also be noted. | |
| # and then improved by Pysis. |
| /* | |
| Copyright 2011 Martin Hawksey | |
| Licensed under the Apache License, Version 2.0 (the "License"); | |
| you may not use this file except in compliance with the License. | |
| You may obtain a copy of the License at | |
| http://www.apache.org/licenses/LICENSE-2.0 | |
| Unless required by applicable law or agreed to in writing, software |
| // Originally found at: http://rangevoting.org/Qnorm.html | |
| /** * @(#)qnorm.js * * Copyright (c) 2000 by Sundar Dorai-Raj | |
| * * @author Sundar Dorai-Raj | |
| * * Email: sdoraira@vt.edu | |
| * * This program is free software; you can redistribute it and/or | |
| * * modify it under the terms of the GNU General Public License | |
| * * as published by the Free Software Foundation; either version 2 | |
| * * of the License, or (at your option) any later version, | |
| * * provided that any use properly credits the author. |
| #!/usr/bin/awk -e { if (/^```/) { i++; next } if ( i % 2 == 1) { print } } | |
| # mdlp - agnostic literate programming for github flavored markdown. | |
| # I release this script into the public domain. | |
| # Rich Traube, Fri Feb 15 09:07:27 EST 2013 |