由买买提看人间百态

topics

全部话题 - 话题: sdl
首页 上页 1 2 (共2页)
k********k
发帖数: 5617
1
发信人: dxsdl (sdl), 信区: WaterWorld
标 题: Re: 交朋友——从芮成钢入狱无人搭救说起
发信站: BBS 未名空间站 (Fri Jan 2 00:42:28 2015, 美东)
人家承认过是他是朋友吧。多半是他自己一厢情愿吧。
对方还觉得奇怪,这就是朋友的话,那岂不是碰个面就是朋友了。
发信人: cool2001 (cool2001), 信区: WaterWorld
标 题: Re: 交朋友——从芮成钢入狱无人搭救说起
发信站: BBS 未名空间站 (Fri Jan 2 01:04:09 2015, 美东)
碰个面不够,还要一起拍照才算。拍照时勾肩搭背面带微笑,就算承认了是朋友了。
芮成钢朋友满天下,都有照片为证据,跑不掉的。
r***r
发帖数: 22
2
来自主题: Apple版 - Anybody playing with Darwin?
Recently learn a little bit about Apple's IOKit and ported CCE(Console CJK
Environment) to Darwin(both x86 and PowerPC), you can use it to telnet mit BBS
in Darwin :))
Through SDL library, you can also get a full screen(windowed mode is slow)
CCE running in Mac OS X.
http://www.sourceforge.net/projects/cce2k
Damn, crazy about Mach/microkernel these days, trying to dig out those old
stuff and compile them :) I want to boot Mach3.0 based MkLinux on my iBook G3.
c**t
发帖数: 2744
3
来自主题: BuildingWeb版 - 基于java的CMS
商业用的SDL很有名,就是出其的贵。

haha,我前边刚问这个来着
A*****s
发帖数: 13748
4
这事儿还是去PDA问吧,这儿没啥人关心pad啊。。。

论如
te
q**j
发帖数: 10612
5
最近PDA除了扫货别的一律无视 ...
a***e
发帖数: 27968
6
WK,你都折腾上了?
俺的还在风中呢

论如
te
z*****k
发帖数: 600
7
Image procesisng also may need NetLib, GSL, ffmpeg, ImageMagick, livemedia.
Qt will overtake GTK down the road since it has become LGPL in January. But
GTK is still based on C native for C people which I like. Besides, SDL is
simple and fast.
gcc/g++ is the predominant compiler. But IPP for Linux is free (you need
check licensing details for commercial use)
Linux is generally much better than windows for image processing for
research.
x****u
发帖数: 44466
8
如果在fb上用更简单的,比如sdl,如果在x上面我个人喜欢gtk多一些,不过我也没做
过全新的x程序。
y****e
发帖数: 23939
9
来自主题: Linux版 - software raid 6 assemble求助
software raid 6,重新assemble的时候,有三个硬盘总是加不回去,用mdadm --
examine检查显示magic和Array UUID都是正确的,而且state也是clean。有什么办法能
把它们加回去呢?谢谢
这是assemble后的输出:
mdadm: /dev/sdb is identified as a member of /dev/md0, slot 4.
mdadm: /dev/sdc is identified as a member of /dev/md0, slot -1.
mdadm: /dev/sdd is identified as a member of /dev/md0, slot 2.
mdadm: /dev/sde is identified as a member of /dev/md0, slot 0.
mdadm: /dev/sdf is identified as a member of /dev/md0, slot 1.
mdadm: /dev/sdg is identified as a member of /dev/... 阅读全帖
i**p
发帖数: 902
10
来自主题: Programming版 - UML and SDL
Need to learn one of them. Any comment or suggestion?
r****y
发帖数: 26819
11
来自主题: Programming版 - UML and SDL
just do it.
s********w
发帖数: 6
12
I want to embed a video player say Mplayer or VLC in VPAD which is ARM and
MontaVista Kernel. The application layer GUI is implemented with Qt 4.3.
By searching online, there are possible tow ways.
1/ Call QProcess and run Mplayer. I downloaded servel projects (such as
Mplayer-launcher and SMplayer) but neither run unsucessly no get what I want.
2/ using VLC + SDL + QT Embedded, but I have no idea how implement it.
Any advice and help will appreciate!
j********e
发帖数: 124
13
来自主题: Programming版 - live streaming technologies
FFmpeg framework from Linux, with SDL?
FFmpeg is the core of VLC, should support most major protocols. But, I have
not look at video for 2 years. Are these out?
z****e
发帖数: 54598
14
pygame就是sdl的python套
本质上还是c
你们python就喜欢玩这种狐假虎威的把戏
早看出来了
c****e
发帖数: 1453
15
On Windows, c# offers compiler as service. You can load/compile/run source
code in production similar as Python. People use this instead of reinventing
simple SDL/script. But this definitly not a common pratice for lauanges as
Java and c#. Deployment is not an issue for most of the platform as there
are so many tools/frameworks out there. Many of them are supporing dropbox
now.
Python has great setup for data scientist. But now it hasn't really picked
up to get into the backend service market. J... 阅读全帖
B******k
发帖数: 44
16
来自主题: Programming版 - 能发自学日志么?
纯粹兴趣学C++、数据结构,目标是2D游戏开发,因为纯粹是兴趣所以进度比较慢。
目前进度一个月(应该超过一个月了):
C++进度:C++ Primer Plus看到Class,后头的Inheritance还没看,再往后的比如
Friend啊,nested class啊这些多少都要用到所以知道一些,operator overload写过
一点不过不熟。vector和string经常用不过肯定不敢说熟悉,比如前者用就是当做数组
来用。但是我现在看的不多了因为觉得光看不写很快就忘记了,干脆先写,不会的就再
看。当然导致基础肯定不扎实。
数据结构:这个才开始没多久,写了vector和linked list,然后发现递归很头疼,这
两天都在看递归,MIT有个用Scheme的递归教程,我拿过来用C++写练习,等写完递归就
回去看教材里头的backtracking(当初就是觉得八皇后比较难以理解怎么那么简单的递
归代码)以及后头的简单语法分析,然后是stack、queue、tree等等,总之这个蛮长时
间的。
游戏编程:这个月初写了几个迷宫生成算法,想写个Roguelike来着的,发现水平不够
果断... 阅读全帖
B******k
发帖数: 44
17
来自主题: Programming版 - 能发自学日志么?

有些别的因素导致没法集中大块时间搞这个,所以只能慢一些了。争取九月底之前搞完
数据结构,掌握基本的SDL库,再写1~2个最简单的小游戏,就好了。
a*****e
发帖数: 1700
18
同意这个说法。
13 年前我们就拿 lua 做游戏了,整套客户端 GUI 和 game logic 全部是 lua,加上
SDL 跨平台 (Win/Mac/Linux)。还有基于 rsync 的 auto update,用 UDP 做的 multi
-channel reliable transport 网络协议取代 TCP (类似后来 google 的 QUIC)。为了
解决 GC pause 的问题,我还给 lua 4.0 做了一个 tricolor incremental GC patch.
这些技术即使放到现在也不落后,可是又有什么用?游戏的成功真的和技术半毛钱的关
系都没有。
o**********e
发帖数: 18403
19
【 以下文字转载自 Working 讨论区 】
发信人: onetiemyshoe (onetiemyshoe), 信区: Working
标 题: 建议马工们有机会多搞信息安全、安全开发方面的东西 (转载)
发信站: BBS 未名空间站 (Sun Jun 14 10:29:29 2015, 美东)
发信人: condorlee (condorlee), 信区: JobHunting
标 题: 建议马工们有机会多搞信息安全、安全开发方面的东西
发信站: BBS 未名空间站 (Sat Jun 13 17:08:45 2015, 美东)
不管是自己业余学,还是平时工作中有涉及到的,主动去学习、承担,或者公司内部成
立安全团队,愿意接受内部没有安全经验的人转岗,都要抓住机会,尤其是安全开发方
面。
现在因为人才紧缺,所以很多公司不管是外部招聘、还是内部转岗,要求门槛都不高,
进场正是机会。码工们的开发功底,再往安全方向转移时,大部分也仍然会发挥价值,
不会浪费。
整个世界,信息化程度已经很深,可是信息安全落后太多,各个公司欠的债几乎是还不
完的。我是做这个方面的所以更了解内情。
可以说是... 阅读全帖
l*********s
发帖数: 5409
20
来自主题: Programming版 - 请推荐嵌入式的显示架构
SDL ?
g***l
发帖数: 2753
21
来自主题: Programming版 - 请推荐嵌入式的显示架构
sdl or directFB. But it seems directFB is dead now since BRCM has stopped
supporting it.
s**i
发帖数: 9
22

Asymmetrical Digital Subscriber Line
asymmetrical refers to the fact that communications is primarily one way.
That is, the bulk of ADSL communications is from the service provider
the confusing part. There really is no asymmetrical digital subscriber line.
There is a twisted copper pair of lines that is physically connected from the
customer premises to the local office. Only when an ADSL modem is connected
to each end of the subscriber’s line is any such thing as an “asymmetrical
digital subs
b****u
发帖数: 120
23
来自主题: Statistics版 - Statistical Data Analyst Job in Seattle
https://sdl.tms.hrdepartment.com/jobs/5314/Statistical-Data-Analyst-USA-
Seattle-WA?lcid=en-US
If you have interest, please send me your resume @ b******[email protected]
首页 上页 1 2 (共2页)