Для работы проектов iXBT.com нужны файлы cookie и сервисы аналитики.
Продолжая посещать сайты проектов вы соглашаетесь с нашей
Политикой в отношении файлов cookie
я простой программист из средней области. узнал что Хуавей — крупный лидер с большим количеством товар, а ДНС маленький товар, я надеюсь редакция ixbt получит большой приз в Великом Китае.
написали что хакеры получили доступ к админке, обманув(!) сотрудников самого твиттера
We detected what we believe to be a coordinated social engineering attack by people who successfully targeted some of our employees with access to internal systems and tools.
twitter.com/TwitterSupport/status/1283591844962750464
Выход за пределы границ массива
private int[] getHistogram(Bitmap grayscale) {
int width = grayscale.getWidth();
int height = grayscale.getHeight();
// TODO: Fine tune the performance here, tracking on b/123615079.
int[] histogram = new int[256];
for (int row = 0; row < height; row++) {
for (int col = 0; col < width; col++) {
int pixel = grayscale.getPixel(col, row);
int y = Color.red(pixel) + Color.green(pixel) + Color.blue(pixel);
histogram[y]++;
}
}
int y = Color.red(pixel) + Color.green(pixel) + Color.blue(pixel);
«y» получился больше чем 255? или меньше 0?
histogram[y]++;
сложно
osdn.net/projects/android-x86/scm/git/frameworks-base/commits/50d066f0b849de3c9873138297fa5e39a66ec5f8
Возможно в этих глюках виноваты психологические причины — так сказать, лучшие кадры ушли на разработку новых версий, а оставшиеся чувствуют себя аутсайдерами.
Возможно было бы интересно развитие военных технологий по контролю поверхности Земли и истребления других спутников и методы активной защиты космических кораблей. Плюс развитие технологий захвата/перехвата астероидов и транспортировка их на Луну.
We detected what we believe to be a coordinated social engineering attack by people who successfully targeted some of our employees with access to internal systems and tools.
twitter.com/TwitterSupport/status/1283591844962750464
private int[] getHistogram(Bitmap grayscale) {
int width = grayscale.getWidth();
int height = grayscale.getHeight();
// TODO: Fine tune the performance here, tracking on b/123615079.
int[] histogram = new int[256];
for (int row = 0; row < height; row++) {
for (int col = 0; col < width; col++) {
int pixel = grayscale.getPixel(col, row);
int y = Color.red(pixel) + Color.green(pixel) + Color.blue(pixel);
histogram[y]++;
}
}
int y = Color.red(pixel) + Color.green(pixel) + Color.blue(pixel);
«y» получился больше чем 255? или меньше 0?
histogram[y]++;
сложно
osdn.net/projects/android-x86/scm/git/frameworks-base/commits/50d066f0b849de3c9873138297fa5e39a66ec5f8
ПОДПИСКА НА МЕСЯЦ 999 ₽
ПОДПИСКА НА ПОЛГОДА 4999 ₽
ПОДПИСКА НА ГОД 9999