看得透又看得远者prevail. ppt.cc/flUmLx ppt.cc/fqtgqx ppt.cc/fZsXUx ppt.cc/fhWnZx ppt.cc/fnrkVx ppt.cc/f2CBVx
ppt.cc/fKlBax ppt.cc/fwlgFx ppt.cc/fVjECx ppt.cc/fEnHsx ppt.cc/fRZTnx ppt.cc/fSZ3cx ppt.cc/fLOuCx ppt.cc/fE9Nux ppt.cc/fL5Kyx ppt.cc/f71Yqx tecmint.com linuxcool.com linux.die.net linux.it.net.cn ostechnix.com unix.com ubuntugeek.com runoob.com man.linuxde.net ppt.cc/fwpCex ppt.cc/fxcLIx ppt.cc/foX6Ux linuxprobe.com linuxtechi.com howtoforge.com linuxstory.org systutorials.com ghacks.net linuxopsys.com ppt.cc/ffAGfx ppt.cc/fJbezx ppt.cc/fNIQDx ppt.cc/fCSllx ppt.cc/fybDVx ppt.cc/fIMQxx
Total Pageviews
Sunday, 12 July 2026
LKY_OfficeTools
一键自动化 下载、安装、激活 Office 的利器。
LKY_OfficeTools。
一键自动化 下载、安装、激活 Office 的利器。绿色、开源、安全、无毒。
目前包含的功能:
- 一键快速下载、安装、激活最新版 Microsoft Office 软件。
- 用户可在安装 Word、PPT、Excel 的同时,根据软件提示,自助安装其它组件,包括: Outlook、OneNote、Access、Visio、Project、Publisher、Teams、OneDrive、Lync/Skype。
- 工具可自动识别不同的操作系统架构,自动下载适配版本的 Office。
- 本工具激活 Office 的方式为正版激活模式,不会篡改任何系统文件。
- 当系统中存在多个冗余 Office 版本时,本工具在用户同意的情况下,可实现自动升级。
使用方法
- 下载形如:LKY_OfficeTools_v*.zip 的压缩包,最新版地址:https://github.com/OdysseusYuan/LKY_OfficeTools/releases/latest
- 解压下载好的 zip 压缩包,运行解压后目录下的 LKY_OfficeTools.exe 文件即可完成部署。
运行环境
- 为保证安装、激活可以最大限度成功,请您尽可能在新装系统后(或从未安装过 Microsoft Office 软件的系统中)运行本工具。
- 目前已经在 Windows 10(1703) 及以上版本进行了测试,均可在其 x86、x64 完美安装正版 Office 并激活。
- 应 Office 官方要求,系统中只能部署唯一架构类型,故本工具部署时,会征求用户同意,由其自行决定是否卸载其它架构。
- 2016年7月及其之前发布的 Windows 系统(即:Windows 10(1703) 之前的系统),因其架构过于陈旧,其已经不再支持安装最新的正版 Office。
from https://github.com/OdysseusYuan/LKY_OfficeTools/
下载地址:
https://github.com/OdysseusYuan/LKY_OfficeTools/releases/download/v1.3.0/LKY_OfficeTools_v1.3.0.223.zip
一个基于python的博客程序 sample-blog
Install Requirements for the project
pip install -r requirements.txtRun Migrations
python manage.py makemigrations
python manage.py migrateRun Dev Server:
python manage.py runserverfrom https://github.com/arvind-4/sample-blog----------
Simple Content Management System build on Django and Django Rest Framework.
Get the Code
- Clone Repo
git clone https://github.com/Arvind-4/blog-backendcd blog-backend - Install Virtual Environment and Dependencies
pip install virtualenv
python3.10 -m venv .
source bin/activate
pip install -r requirements.txt- Run Local Server
python manage.py runserverfrom https://github.com/arvind-4/blog-backend-----A Blog app with comments. -
-
Core data management:
- Subject List - Dynamically managed (Default list - Physics, Maths, Botany, and Zoology).
- Category Tags - Dynamically managed (Will be added to the experiments and can be used for filtering purposes).
-
Content Edit feature:
- Content creation - While creating the content, in the Subject details option the list will be shown dynamically with respect to Core Data Management.
-
Views count option.
-
Blog Page:
- Add filters option.
- Provide Claps option to the viewers.
- Sorting option based on Views and Claps.
-
Frontend Improvements.
-
- Clone the Repo
cd ~/Dev/
mkdir exp
cd exp
git clone .-
Create a Virtual Environment for Python
- using Poetry
virtualenv --python=python3.9 . source bin/activate poetry install
- using Virtualenv
python -m virtualenv --python=python3.9 . source bin/activate pip install -r requirements.txt
-
Run Locally
cd ~/Dev/django_vercel
python manage.py runserverfrom https://github.com/arvind-4/exp-website-------A simple Blog Using Django Framework
- Django - Django makes it easier to build better web apps more quickly and with less code.
- Bootstrap - Build fast, responsive sites with Bootstrap.
- Vercel - Vercel's Front end Cloud provides the developer experience and infrastructure to build, scale, and secure a faster, more personalised Web.
- Clone repository
mkdir ~/Dev/blog -p
cd ~/Dev/blog
git clone https://github.com/Arvind-4/django-blog.git .- Install Dependencies:
cd ~/Dev/blog
python3.8 -m pip install virtualenv
python3.8 -m virtualenv .
source bin/activate
pip install -r requirements.txt- Create
.envfile: Add Your Credentials.envfromsample.env:
DJANGO_SECRET_KEY=
DJANGO_DEBUG=Get your Secret key from:
python -c 'from django.core.management.utils import get_random_secret_key; print(get_random_secret_key())'- Run Server:
cd ~/Dev/blog
python manage.py runserverOpen localhost:8000 in your favourite browser :)
from https://github.com/arvind-4/django-blog
-----
An Open Source Blog Website Powered with Django.
Web Portal
Real Time Web Portal App Using Django, JavaScript, Tailwind CSS and much more..
Tech Stack:
- Django - Django makes it easier to build better web apps more quickly and with less code.
- Tailwind 3 - Rapidly build modern websites without ever leaving your HTML.
- Postgres DB - The World's Most Advanced Open Source Relational Database.
Problem Statement
The proposed web portal aims to provide a platform for the students of Indira Gandhi Delhi Technical University for Women (IGDTUW) to read and access the technical writings, such as blogs, articles, and papers, written by their peers at the university. The main motivation behind this idea is to promote technical writing among students and to make the writings of the students at the university more accessible and widely read among their peers.
The developers are expected to create a user-friendly portal that is easy to navigate, with a clear and intuitive interface. The portal should be designed in such a way that students can easily search and access the writings of their peers with minimal effort. To make it even more user-friendly, the writings should be well-organized and categorized in appropriate sections, such as by topic or field of study, to make it easy for users to discover new content.
Aesthetically, the web portal should be designed with a dark, holographic or neon theme, which will give it a modern and cutting-edge feel. The design should be interactive, intuitive and make it easy for users to find what they are looking for.
It is important to note that the target audience of the portal are students and staff of IGDTUW, so the design should be tailored to the specific needs and preferences of this user group. Additionally, the portal should be scalable and able to handle a large volume of users and writings, as it will be used by a large number of students and staff at the university. The portal also should be provide features such as commenting, rating and discussion features to foster a sense of community among students who write and read the technical writings.
Features
- User registration and login: This feature will allow students and staff of IGDTUW to create an account on the portal and login to access the technical writing section.
- Technical writing section: This feature will allow students and staff to browse, read and access technical writings, such as blogs, articles, and papers, written by their peers.
- Search and filter function: This feature will allow students and staff to easily search and filter through the writings to find the information they need, by topic or field of study,
- Writing submission feature: This feature will allow students and staff to submit their own technical writings on the portal for others to read.
- Commenting, rating and discussion: This feature will allow readers and writers to leave comments, rate and discuss the technical writings posted on the portal.
Screenshots:
-
Home Page
-
Sign In
text-to-speech by arvind-4
Convert Text to Speech Using PyQt5 and Save them Locally.
Setup Locally
- Clone the repository
git clone https://github.com/arvind-4/text-to-speechcd text-to-speech - Install dependencies
uv venv
uv sync- Run the code
uv run src/main.pyfrom https://github.com/arvind-4/text-to-speech蒯大富的一生
蒯大富的一生是一部极其剧烈、起伏跌宕的政治与人生折子戏。作为“文化大革命”初期北京红卫兵造反派的“五大领袖”之首(外号“蒯司令”),他在极短的时间内被推上了政治权力的巅峰,又在转瞬间跌入深渊,经历了长达17年的牢狱之灾。晚年,他回归平凡,投身商海。
他的生命轨迹可以清晰地划分为四个阶段:
1. 少年得志与清华岁月(1945—1966)
1945年9月,蒯大富出生于江苏省滨海县一个革命家庭,父母皆为老党员。他自幼聪明好学,成绩优异。 1962年,他考入清华大学工程化学系。在那个极为看重政治表现与阶级出身的年代,由于根正苗红且口才雄辩,他在学校里十分活跃,如果没有后来的动荡,他原本会成为一名优秀的工程师或技术干部。
2. 政治巅峰与“蒯司令”时代(1966—1968)
1966年“文革”爆发,清华大学成为运动的风暴眼之一:
反工作组声名大噪: 1966年6月,刘少奇、邓小平派工作组进驻清华指导运动。蒯大富率先公开反对工作组,认为他们压制了群众。随后他遭到工作组的残酷批斗,被开除团籍并关押、绝食抗议。
中央文革的“政治红人”: 同年7月底,毛泽东回到北京并批评了工作组,蒯大富一夜之间获得“平反”,并受到周恩来、康生、江青等人的接见。他随即组建了著名的清华大学“井冈山兵团”并担任总负责人,成为了轰动全国的“蒯司令”。
权力顶峰: 1967年,在中央文革的授意或指派下,他参与了上海的“一月夺权风暴”,率先批判“二月逆流”,并策划了在清华大学万人大会上批斗王光美等历史事件。1967年4月北京市革命委员会成立,年仅22岁的蒯大富当上了北京市革委会常委、首都大专院校红代会核心组副组长,风头无两。
清华“百日大武斗”: 1968年,清华大学内部造反派分裂为“团派”(蒯大富部)和“414派”,双方爆发了长达数月的真枪实弹惨烈武斗,造成多人死伤。1968年7月27日,毛泽东派工人毛泽东思想宣传队(工宣队)进驻清华强行制止武斗,蒯大富指挥部下开枪抵抗,造成工宣队5人死亡,数百人受伤。
迅速失宠: 1968年7月28日凌晨,毛泽东、周恩来等人在中南海紧急召见包括蒯大富在内的北京红卫兵五大领袖,严厉批评了清华的武斗行为。随后,红卫兵运动走向终结,蒯大富也从权力的巅峰坠落。
3. 审查、判刑与铁窗生涯(1968—1987)
1968年12月,蒯大富被分配到宁夏青铜峡铝厂(冶金部三〇四厂)任技术员,实际带有下放性质。
隔离审查: 1970年11月,他被以清查“五一六”名义押回清华大学接受隔离审查。1973年审查结束后,被安排到北京石化总厂东风化工厂监督劳动。
锒铛入狱: 1978年4月,随着“文革”彻底被否定,蒯大富被北京市公安局正式逮捕。
法庭审判: 1983年,北京市人民检察院分院对蒯大富提起公诉。他因反革命宣传煽动罪、杀人罪(因清华武斗致死人命)和诬告罪,被判处有期徒刑17年,剥夺政治权利4年。他先后在北京秦城监狱和青海塘格木农场服刑。
4. 刑满下海与晚年生活(1987—至今)
1987年10月31日,蒯大富刑满释放(刑期从1970年隔离审查算起)。
重回企业与成家: 释刑后,他先回到宁夏青铜峡铝厂工作。并在那里结识了妻子罗晓波,两人成家立业,育有一女。
商海弄潮: 1992年,随着中国邓小平南方谈话引发的市场经济大潮,蒯大富在妻子的鼓励下决定跳出体制“下海”。他先后去过山东蓬莱任工程师,也曾短暂受聘于北京的街道企业(后因其敏感身份惊动高层,被迫离开)。
定居深圳: 1990年代中后期,蒯大富来到改革开放的前沿深圳,在一家照明工程公司任总经理。凭借着他当年的清华校友网络以及自身的聪明才智、社会阅历,他在商界颇有斩获,完成了从政治狂热者到“体制外”企业家的转变。
晚年的蒯大富基本淡出了公众视野,在深圳低调生活。虽然他的名字作为“文革”那个特殊时代的符号被载入历史,但他个人在经历了政治“过山车”般的惊涛骇浪后,最终在市场经济和平凡的家庭生活中找到了人生的回归。
来自 https://gemini.google.com/app/ca605207bd51222c


